Hello Me-users ! I was missing the possibility to add favourites to the menu, which is common in many other editors and helps a lot. Therfore I was modifiying...
24
bill@...
Aug 7, 1999 11:07 am
... Good find Thomas, I have found and fixed this bugette, I won't post a fix as it is not a serious bug. Thomas has also found a much more serious bug, ME...
25
Thomas Hundt
thundt@...
Aug 10, 1999 12:24 am
Whatever it is, it takes a lonnnnnnnnnnnng time! :-) What I would expect, of course, is that it do ifill-paragraphs for every paragraph in the whole thing....
26
Jonathan Naughton-Green
jnaught@...
Aug 10, 1999 10:36 am
Thomas, Nice find !! You are right it does not advance a paragraph. The new paragraph fill leaves the cursor at the same position in the paragraph. In order to...
27
Thomas Hundt
thundt@...
Aug 10, 1999 8:03 pm
It seems that query-replace-string (M-% on my setup) remembers the target string, but forgets the replacement string, the next time through. This will be...
28
bill@...
Aug 10, 1999 10:59 pm
All, I've found another problem with reverse search, the bug seems harmless enough, but it stops the new gdiff from working (it loops until you abort). Below...
29
bill@...
Aug 11, 1999 12:50 am
... The dropping of the replace history is deliberate and for the reason is for the "good" news. You can get the previous replace using the history,...
30
Bruno Sabin
bruno@...
Aug 12, 1999 3:18 pm
Hello bill (or Steve), I eventually got round to give a go at the spell functionality and ... hmmmm ... I must have done it wrong. I get an error:- [error...
31
Thomas Hundt
thundt@...
Aug 13, 1999 9:32 pm
This is a really wacky problem, I haven't figured out the pattern yet. You guys solved the other ones so easily, I figured it's time for a hard one :-) ... ...
32
Thomas Hundt
thundt@...
Aug 13, 1999 10:47 pm
... To clarify, I do the entire sequence -- copy, switch apps, paste -- a couple of times, and then when it's good and ready, it will start working for a...
33
Thomas Hundt
thundt@...
Aug 16, 1999 5:35 am
All right, how about a nice-to-have: (Auto-)Numbering paragraphs. Let's say you have this text: 1. Buy the gun 2. Find the guy who told me AOL was a good buy...
34
Detlef Groth
dgroth@...
Aug 16, 1999 9:30 am
Hello Me-users ! On of the very very useful feature of Me is the folding mechanism. So I mark headers (par example from faq-docs) with * or lower range headers...
35
Detlef Groth
dgroth@...
Aug 16, 1999 9:30 am
... I am using Win98 amd the last Me-beta. I were choosing different clipboard enhancers and I observed similar behaviour, sometimes Me copies to the clipboard...
36
Jon Green
jon@...
Aug 16, 1999 7:31 pm
I've sent this to eGroups but is does not seem to have popped out yet after 2 days it may have got lost or is stuck somewhere - forgive me if you get this...
37
Thomas Hundt
thundt@...
Aug 20, 1999 6:54 pm
I think somebody else had posted something like this before, but it would be nice to have a list of currently-open buffers and be able to choose one from a...
38
Thomas Hundt
thundt@...
Aug 20, 1999 9:06 pm
To disable the auto-spell turned on in hkhtml, I added a couple of lines to myhtml.emf: define-macro my-fhook-html ; turn off auto-spell set-variable...
39
Jon Green
jon@...
Aug 21, 1999 12:06 am
... This is there now. Right click "Buffer ...." or from the menu "File->Buffer ...." In each case, select the buffer with the mouse and the current window is...
40
Jon Green
jon@...
Aug 21, 1999 12:17 am
... You could turn this off globally from "Help->User Setup". I assume that this works ?? ... The default mode is to kill line as well IF AND ONLY IF you are...
41
Thomas Hundt
thundt@...
Aug 21, 1999 7:39 am
... from a ... Brilliant! (Right clicking, now why didn't I think of that?!) ... Perfect! ... there is ... Yes!! Fantastic! Thanks, Jon! I knew you guys...
42
Thomas Hundt
thundt@...
Aug 21, 1999 7:39 am
... No. It's set to N, still comes up. After adding the above, it is gone. (Can't see why, either, it doesn't look like they're setting a global mode......
43
bill@...
Aug 22, 1999 4:53 pm
... Okay, the bugs my fault, when I added Visual Basic support into html I screwed up the auto-spell settings - affects only html support. Heres a proper fix...
44
Detlef Groth
dgroth@...
Aug 22, 1999 5:59 pm
... There is an easy solution if the numbers are always at the beginng of the line and not larger than 9 and your replacementtext is not longer than 30 lines...
45
Thomas Hundt
thundt@...
Aug 24, 1999 7:34 pm
Does crypto mode work? The manpage says one can use Esc-e to do 'set-encryption-key' (which is not true, but maybe I unbound it). It also says one can use...
46
Thomas Hundt
thundt@...
Aug 24, 1999 7:56 pm
Is the $dot-space variable implemented? I can't find it. This is supposed to set the number of spaces left after a period, in a sentence. (Which I want to...
47
Jon Green
jon@...
Aug 24, 1999 10:58 pm
... I think you must have unbound it. Try doing "M-x describe-bindings" this should tell you what is currently bound. M-e is definately bound as expected here...
48
Jon Green
jon@...
Aug 24, 1999 11:06 pm
... Hmm. Looks like you've found a hole in the documentation. $fill-eos - A list of characters for the end-of-sentence. Default setting ".?!" $fill-eos-len...
49
Thomas Hundt
thundt@...
Aug 25, 1999 7:54 pm
I'm trying to get Emacs, when it is started w/o a filename parameter, to come up with the *scratch* buffer in wrap mode. (This is because nine times out of...
50
Thomas Hundt
thundt@...
Aug 25, 1999 8:44 pm
Once again, you guys are way ahead of me. This is great. BTW, I set $fill-eos to ".?!)]" so it handles cases like (this). [And this.] Lovely. -Th...
51
Steven Phillips,,,
stevenp@...
Aug 25, 1999 9:42 pm
Its 'Shoot me' time again. I ripped out the -k option firstly because it was unclear in its use (does it apply to the first file, the next file or all ...
52
Jon Green
jon@...
Aug 26, 1999 12:45 am
Thomas, Try this; this should do what you want *AND* whenever you kill off the *scratch* buffer it will come back with the document modes enabled. Place it in...