Hi Michael, ... I believe, strictly speaking it is not a mistaken. AFAIK it's like this: In SGML there is a class of nodes that are delimited with "<!" and...
16687
Michael W Daniels
daniels@...
Apr 8, 2002 3:13 pm
... Unfortunately, that isn't actually what I meant. I don't think emacs should be doing anything with "--" sequences in "body text" (i.e. not inside an angle...
16688
Howard Melman
howard@...
Apr 8, 2002 3:17 pm
... Chris McMahon's explicit step-by-step instructions on modifying the registry. work fine on W2K and XP. Howard...
16689
Stephen Leake
stephen.a.leake.1@...
Apr 8, 2002 4:44 pm
I'm using Gnu Emacs 21.2, Windows NT 4.0. I've started using Clearcase, and the apparently excellent clearcase.el from...
16690
eyou321
jack@...
Apr 8, 2002 6:25 pm
Want To Get A Lot Of Target Email Addresses In A Very Short Time? Target Email Extractor is a powerful Email Software that harvests Target Email Addresses from...
16691
Benjamin Riefenstahl
Benjamin.Riefenstahl@...
Apr 8, 2002 6:26 pm
Hi Michael, ... Ah sorry, I was reading too fast ;-) This looks like a bug to me. You may want to report that, if nobody else comes up with an idea. so long,...
16692
Niranjan Rao
Niranjan@...
Apr 8, 2002 7:19 pm
Emacs version GNU Emacs 21.2.1 (i386-msvc-nt5.0.2195) of 2002-03-19 on buffy Gnus version v5.9.0 I realize that this is perhaps wrong forum to post, but I...
16693
Bingham, Jay
Jay.Bingham@...
Apr 8, 2002 8:16 pm
I Just tried this on emacs 20.4 running on a Unix system. The behavior is similar, thought not exactly like what you describe. The difference being that the...
16694
Bingham, Jay
Jay.Bingham@...
Apr 8, 2002 8:18 pm
After observing this work and the results my guess is that it is somehow tied to auto wrapping, rather than to comments. -_ J_) C_)ingham . COMPAQ NonStop...
16695
Richard Y. Kim
richardk@...
Apr 8, 2002 8:18 pm
The problem is caused by clearcase-viewroot-relative-file-name-handler (or one of the other handlers) which is added to file-name-handler-alist by...
16696
Jason Rumney
jasonr@...
Apr 8, 2002 9:05 pm
... Well, I just verified that the same problem happens in 21.2 on GNU/Linux, so one of us is wrong :-). In the current CVS, your example code causes an...
16697
Daniel Hegyi
daniel_hegyi@...
Apr 8, 2002 10:08 pm
Hi, Does anybody know how to have M-x query-replace take automatically the highlighted (marked) section to be the first argument, i.e., the string to be...
16698
Bill Pringlemeir
bpringlemeir@...
Apr 8, 2002 10:28 pm
Niranjan> I realize that this is perhaps wrong forum to post, but I Niranjan> don't have NNTP feed available to post into gnus news Niranjan> groups. No...
16699
Richard Y. Kim
richardk@...
Apr 9, 2002 12:22 am
... JR> ... JR> JR> Well, I just verified that the same problem happens JR> in 21.2 on GNU/Linux, so one of us is wrong :-). In JR> the current CVS, your...
16700
David Vanderschel
DvdS@...
Apr 9, 2002 12:52 am
... I do this often myself, but I never thought that simply yanking the search text into the echo area was that unsatisfactory a solution: M-w M-% C-y RET ... ...
16701
Daniel Hegyi
daniel_hegyi@...
Apr 9, 2002 5:14 am
I've done this copying and yanking myself, but I thought that maybe query-replace could be redefined with a wrapper function that does this. Don't know, I'm...
16702
Michael W Daniels
daniels@...
Apr 9, 2002 11:36 am
... Someone on the gnu.emacs.help newsgroup mentioned that this is a known bug, and that customizing "comment multi line" to true is an effective workaround....
16703
Benoit ROUSSELLE
benoit.rousselle@...
Apr 9, 2002 3:58 pm
Hello , I try to use the variable gnus-group-highlight-words-alist in order to highlight the summary buffer. Let's say i have one group INBOX and one message...
16704
Richard Y. Kim
ryk@...
Apr 9, 2002 6:06 pm
I think I figured out what is going on with eval-after-load and file-name-handler-alist after spending some time using gdb on emacs. Here is the summary: 1....
16705
Stephen Leake
stephen.a.leake.1@...
Apr 9, 2002 7:14 pm
... Thanks for tracking this down. I've applied your patch, and it fixes my problem. I've sent email to esler@... (the listed author of clearcase.el)...
16706
kevin.esler.1989@...
Apr 10, 2002 1:38 am
Thanks for the patch Richard, and good work in getting to the bottom of this odd problem, which I've known about for a while but hadn't had a chance to chase...
16707
Benoit ROUSSELLE
benoit.rousselle@...
Apr 10, 2002 9:56 am
... I finally succeeded to make it work, but this is highlighting words inside the article buffer and not the summary buffer .... So my question is how to...
16708
Galen Boyer
galenboyer@...
Apr 11, 2002 1:04 am
... Got this off google. Am starting to love it. (defun delete-region-and-yank (&optional arg) "Deletes region if mark is active and yanks the last kill. ...
16709
Galen Boyer
galenboyer@...
Apr 11, 2002 1:10 am
... This is all I have in my .gnus and I can connect to an MS Exchange IMAP server from Win2K. (setq gnus-secondary-select-methods '((nnimap...
16710
Andrew Platts
calbloke@...
Apr 11, 2002 7:02 pm
Does anyone know how to run microsoft osql/isql thru the sql-ms function provided in sql.el so that feedback is given to the buffer as commands are executed....
16711
Sprenger, Karel
Karel.Sprenger@...
Apr 11, 2002 8:10 pm
Andrew, Just a wild guess: do you follow your SQL command with "go" on a new line? If I do that, I get the output of the command. For example, connecting to...
16712
Andrew Platts
calbloke@...
Apr 11, 2002 11:48 pm
Karel, thanks for te reply - yes I do complete the command with 'go' on a newline. Are you saying that this is the output you see in your emacs *SQLi buffer...
16713
"Albert, Jürgen"
Juergen.Albert@...
Apr 12, 2002 8:19 am
Is it possible to delete a not empty directory in dired-mode? I get the following error in Dired log: (file-error Removing directory directory not empty <name...
16714
Niels Skou Olsen
nso@...
Apr 12, 2002 11:45 am
... Check out the variable `dired-recursive-deletes´. By default it is nil, so that it wont try to delete recursively, and then the directoy deletion fails. ...
16715
Sprenger, Karel
Karel.Sprenger@...
Apr 12, 2002 5:30 pm
Andrew, It's what I see in the *SQL* buffer. Note that there's no isql/osql prompt when you start sql-ms, so I just entered the commands. I guess it has...