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...
Benjamin Riefenstahl
Benjamin.Riefenstahl@...
Apr 8, 2002 9:51 am
16687
... 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...
Michael W Daniels
daniels@...
Apr 8, 2002 3:13 pm
16688
... Chris McMahon's explicit step-by-step instructions on modifying the registry. work fine on W2K and XP. Howard...
Howard Melman
howard@...
Apr 8, 2002 3:17 pm
16689
I'm using Gnu Emacs 21.2, Windows NT 4.0. I've started using Clearcase, and the apparently excellent clearcase.el from...
Stephen Leake
stephen.a.leake.1@...
Apr 8, 2002 4:44 pm
16690
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...
eyou321
jack@...
Apr 8, 2002 6:25 pm
16691
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,...
Benjamin Riefenstahl
Benjamin.Riefenstahl@...
Apr 8, 2002 6:26 pm
16692
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...
Niranjan Rao
Niranjan@...
Apr 8, 2002 7:19 pm
16693
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...
Bingham, Jay
Jay.Bingham@...
Apr 8, 2002 8:16 pm
16694
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...
Bingham, Jay
Jay.Bingham@...
Apr 8, 2002 8:18 pm
16695
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...
Richard Y. Kim
richardk@...
Apr 8, 2002 8:18 pm
16696
... 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...
Jason Rumney
jasonr@...
Apr 8, 2002 9:05 pm
16697
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...
Daniel Hegyi
daniel_hegyi@...
Apr 8, 2002 10:08 pm
16698
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...
Bill Pringlemeir
bpringlemeir@...
Apr 8, 2002 10:28 pm
16699
... 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...
Richard Y. Kim
richardk@...
Apr 9, 2002 12:22 am
16700
... 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 ... ...
David Vanderschel
DvdS@...
Apr 9, 2002 12:52 am
16701
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...
Daniel Hegyi
daniel_hegyi@...
Apr 9, 2002 5:14 am
16702
... 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....
Michael W Daniels
daniels@...
Apr 9, 2002 11:36 am
16703
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...
Benoit ROUSSELLE
benoit.rousselle@...
Apr 9, 2002 3:58 pm
16704
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....
Richard Y. Kim
ryk@...
Apr 9, 2002 6:06 pm
16705
... 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)...
Stephen Leake
stephen.a.leake.1@...
Apr 9, 2002 7:14 pm
16706
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...
kevin.esler.1989@...
Apr 10, 2002 1:38 am
16707
... 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...
Benoit ROUSSELLE
benoit.rousselle@...
Apr 10, 2002 9:56 am
16708
... 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. ...
Galen Boyer
galenboyer@...
Apr 11, 2002 1:04 am
16709
... 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...
Galen Boyer
galenboyer@...
Apr 11, 2002 1:10 am
16710
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....
Andrew Platts
calbloke@...
Apr 11, 2002 7:02 pm
16711
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...
Sprenger, Karel
Karel.Sprenger@...
Apr 11, 2002 8:10 pm
16712
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...
Andrew Platts
calbloke@...
Apr 11, 2002 11:48 pm
16713
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...
"Albert, Jürgen"
Juergen.Albert@...
Apr 12, 2002 8:19 am
16714
... 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. ...
Niels Skou Olsen
nso@...
Apr 12, 2002 11:45 am
16715
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...