Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 1, 2002 5:04 pm
16108
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 2, 2002 5:07 pm
16109
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 3, 2002 5:04 pm
16110
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 4, 2002 5:04 pm
16111
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 4, 2002 10:12 pm
16112
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 5, 2002 5:04 pm
16113
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 6, 2002 5:04 pm
16114
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 7, 2002 5:04 pm
16115
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 8, 2002 5:12 pm
16116
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 9, 2002 5:07 pm
16117
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 11, 2002 2:20 pm
16118
Hello, I use the following code to mark up my TODO: lines (thanks to someones previous posting) in this example, for jde-mode. (setq font-lock-fixme-face...
Jeff Rancier
jeff.rancier@...
Jan 11, 2002 2:36 pm
16119
Send help-emacs-windows mailing list submissions to help-emacs-windows@... To subscribe or unsubscribe via the World Wide Web, visit ...
help-emacs-windows-re...
Jan 11, 2002 5:10 pm
16120
... I went looking for monospaced fonts some time ago and found this, titled "Robert Crooks' Fixed-Width Fonts Page": ...
Robert Praetorius
RPraetorius@...
Jan 11, 2002 6:52 pm
16121
... global-font-lock-mode will not enable font-lock in text-mode (since by default there is nothing to font-lock), so you probably need to explicitly enable it...
Jason Rumney
jasonr@...
Jan 11, 2002 8:00 pm
16122
Thanks Jason. I have some very large log files from customers, and I include things like DEBUG:, NOTE:, etc. in the log file. This way I can easily browse...
Jeff Rancier
jeff.rancier@...
Jan 11, 2002 8:06 pm
16123
FWIW, the problem of digests (instead of individual messages) being posted at the YahooGroups archives for this list (ntemacs-users@YahooGroups.com) has been ...
David Vanderschel
DvdS@...
Jan 11, 2002 9:24 pm
16124
... I've found in the past that log file formats are best dealt by defining new a mode using define-generic-mode. generic-mode takes care of all the fine...
Jason Rumney
jasonr@...
Jan 11, 2002 10:04 pm
16125
How do I send (email) a file from dired, using NTemacs? Joe Riel...
Joe Riel
joer@...
Jan 11, 2002 10:44 pm
16126
... I assume you mean fully wrapped up as a MIME attachment, not just copy the text from the file into a mail buffer? -HJC...
Henry J. Cobb
hcobb@...
Jan 11, 2002 11:22 pm
16127
... Yes. Specifically, I want to send a PDF; presumably if I can do that I can send any file. Joe Riel...
Joe Riel
joer@...
Jan 11, 2002 11:39 pm
16128
... Excellent! I will remember this when I need it. Thanks. ... I think this sounds very clever. -- Galen deForest Boyer Sweet dreams and flying machines in...
Galen Boyer
galenboyer@...
Jan 12, 2002 2:15 am
16129
... Are you needing a way to fire this off from dired, or are you asking whether you can send an attachment using some mail client from Emacs? -- Galen...
Galen Boyer
galenboyer@...
Jan 12, 2002 2:22 am
16130
Apologies for not being more specific in my original request. I use Netscape for my email so I haven't made any particular effort to set up a mail client with...
Joe Riel
joer@...
Jan 12, 2002 3:20 am
16131
Hello, I mentioned in an earlier post that I managed to get plink working with Ntemacs using Tom Roche's instructions. I replaced -ssh with -telnet in the lisp...
Sivaram Neelakantan
sivaram.neelakandan@...
Jan 12, 2002 7:04 am
16132
... There is nothing built into Emacs that lets you do this with a simple one-liner, but it should be fairly easy to write such a function if you know a little...
Jason Rumney
jasonr@...
Jan 12, 2002 11:36 am
16133
When running some commands (e.g., ps2pdf) in inferior shell (M-x shell), I get the "Out of environment space" error message. I expected something like to this...
Adam P.
adamp_at@at_ipipan.wa...
Jan 12, 2002 11:05 pm
16134
... Hi Joe, I use a function like this to send a file from the dired buffer: (defun dired-mail-this-file () (interactive) (let ((file (dired-get-filename))) ...
Stefan Reichör
xsteve@...
Jan 14, 2002 7:45 am
16135
... After a bit of detective work on my Red Hat Linux box: Try: http://www.inf.enst.fr/~demaille/a2ps/ There should be man and info pages as well; do you have...
Charles Curley
ccurley@...
Jan 14, 2002 8:56 am
16136
Hi I'm trying to figure out how to get radio buttons to work in menus. I've read the elisp manual, and it's exceptionally vague on this matter, and nothing i...