... On 01 May 2001 06:41, Clifford Caoile wrote:- ... Actually, Outlook is nowhere near as clever with these paths as it might look like it's being. All it...
Mason, Michael M
michael@...
May 1, 2001 10:32 am
14952
... I wrote a tiny hack to allow you to read word documents within Emacs. This works by calling the external program "catdoc", to convert a word document to...
Steve Kemp
skx@...
May 1, 2001 1:20 pm
14953
... CC> Thanks for the comment. Let me explain why I chose that MS CC> Intellimouse Optical mouse [1] (actually I have both but CC> they are functionally the...
Simon Green
simon@...
May 1, 2001 2:30 pm
14954
... I have grabbed it from the site. Thanks. ... What do I need to set for catdoc-prog's value? I have tried, (setq catdoc-prog "/c/emacs/bin/catdoc.exe") This...
Galen Boyer
galenboyer@...
May 1, 2001 5:26 pm
14955
... OMG. You're right. And all this time I've been using two buttons for essentially the same thing... >_<; (Yeah, the "5th button", or if the wheel button...
Clifford Caoile
piyokun@...
May 1, 2001 9:39 pm
14956
"Uday S. Reddy" wrote: ... The setup for rmail I use in my .emacs is from the FAQ. I always read the FAQ befor asking ... ... That's exactly what I want. ......
Wolfgang Zocher
WZocher@...
May 1, 2001 11:47 pm
14957
... I had done that. But what it means is that, if I press both buttons, it _simulates_ a middle button event. I do use that. I have three pointing devices ...
David Vanderschel
DvdS@...
May 2, 2001 1:38 am
14958
... I wonder how you're setting this, is this before or after the loading of the .el file? Normally I'd just add the directory containing catdoc to the system...
Steve Kemp
skx@...
May 2, 2001 1:50 am
14959
... I just noticed that something that used to work with ".exe" no longer works, but dropping the ".exe" makes it work again. Seems to be specific to the ...
Christopher J. White
chris@...
May 2, 2001 2:11 am
14960
... Tried this as well and no dice. I will muck around with catdoc.el and see if I can find the issue. -- Galen Boyer I like to skate on the other side of the...
Galen Boyer
galenboyer@...
May 2, 2001 4:09 am
14961
... Hm... I loaded the file, then I started trying to set the variable in my .emacs. ... I don't usually change the source code, but instead try to override...
Galen Boyer
galenboyer@...
May 2, 2001 4:20 am
14962
... it sure looks like catdoc cannot deal with filenames longer than 8.3...
Franklin Lee
lee.franklin@...
May 2, 2001 4:47 am
14963
... I guess I didn't read your message properly the first time. The device I have is PS/2 3-button mouse. I don't need to have the middle mouse button...
Ron Ross
ronross@...
May 2, 2001 5:11 am
14964
Hi, I'm having this strange problem with Emacs: every now and then when I try to load a file it will go into a busy loop, using 99% of the CPU (as indicated by...
Nascif Abousalh-Neto
nascif@...
May 2, 2001 5:58 am
14965
;;; I am trying to make comint-replace-by-expanded-pathname work ;;; correctly in Windows with pathnames that have embedded blanks. ;; (minibuffer-complete)...
Richard M. Heiberger
rmh@...
May 2, 2001 6:04 am
14966
... The error message here is from catdoc itself. Ie., catdoc-prog is set OK, but catdoc is not finding its input file. As far as I can tell, the problem is...
David Vanderschel
DvdS@...
May 2, 2001 7:11 am
14967
... If it happens when loading a file, rather than running a shell command, then Cygwin should have nothing to do with it. Unless, there is something specific...
David Starks-Browning
starksb@...
May 2, 2001 10:43 am
14968
... Yes, that's it. I should have found that. Some detective huh? I renamed Database.doc to ALongerFileNameThanEight.doc and it didn't find it. I then...
Galen Boyer
galenboyer@...
May 2, 2001 1:22 pm
14969
Hi, I've recently started using Emacs on Win2000, and have most things working fine. But I wish to be able to work out some way of doing the following: Browse...
Neil Gow
ngow@...
May 2, 2001 1:39 pm
14970
http://www.cis.upenn.edu/~bcpierce/unison/ might be a place to start. -- Kevin Esler <esler@...> Boston, MA, USA....
Kevin Esler
esler@...
May 2, 2001 2:14 pm
14971
... There is a menu item called Compare Two Directories, which is what I use for this kind of thing. If calls diff behind the scenes. (See the ediff manual...
Dr Francis J. Wright
F.J.Wright@...
May 2, 2001 2:21 pm
14972
... I believe ediff should handle your needs. It has a host of comparing and merging directory functions. -- Galen Boyer I like to skate on the other side of...
Galen Boyer
galenboyer@...
May 2, 2001 3:43 pm
14973
Does anyone have a simple way to print a file and add line numbers to the output? ex: for x in 1 .. 10 loop do_something; end loop would create printable...
Brown, Stephen D
browns@...
May 3, 2001 4:18 pm
14974
hi, I just want to know the simpliest way to transform a DOS file (ie with CR/LN) to a unix file (ie. with LN) ... I presume it's a very common question, but I...
Duffiana Jones
cdufaza@...
May 3, 2001 4:43 pm
14975
RE: Printing With Line Numbers I don't know if this is simple enough for you, but I use gnu enscript ( http://people.ssh.fi/mtr/genscript/ ). It numbers lines,...
Barry Roberts
blroberts@...
May 3, 2001 4:55 pm
14976
Thanks for all the advice. My initial reaction is that what I want to do is currently possible but requires either an external application or is quite an...
Neil Gow
ngow@...
May 3, 2001 5:42 pm
14977
The easiest way is to use the cat command with the -n switch, thus cat -n autoexec.bat > lpt1:...
Richard M. Heiberger
rmh@...
May 3, 2001 5:42 pm
14978
If you use postscript printing, put this in your .emacs: (setq ps-line-number t) The output looks very nice. -Jonathan ... Jonathan Epstein...
Jonathan Epstein
Jonathan_Epstein@...
May 3, 2001 6:06 pm
14979
Well, I don't know if it is all that simple, but try the ps-print.el package. After loading you will set ps-line-number to t. Under nt, the less than simple...
Chuck.Irvine@...
May 3, 2001 6:40 pm
14980
in batch is more dificult. for a single file use : Ctrl-x ENTER f then choose the coding system: I think you want undecided-unix. sab...