Bug in GNU Emacs POP3 handler

2006-04-17 Thread gustav
simple remedy is to use the (if (eq system-type 'windows-nt) clause in rmail.el and replace it with (if (or (eq system-type 'window-nt) (eq system-type 'cygwin)) Happy hacking, == Zdzislaw (Gustav) Meglicki, Office of the Vice President for Information Technology,

csh and/or GNU make bug

2006-04-17 Thread gustav
make ... make hangs ... ^C [EMAIL PROTECTED]:../tryme 21:14:43 !550 $ ed GNUmakefile 86 /SHELL/ SHELL = /bin/csh -f s/ -f//p SHELL = /bin/csh w 83 q [EMAIL PROTECTED]:../tryme 21:15:05 !551 $ make echo 17Apr2006 17Apr2006 [EMAIL PROTECTED]:../tryme 21:15:07 !552 $ Happy hacking, == Zdzislaw (G

Re: csh and/or GNU make bug

2006-04-18 Thread gustav
nt. Cheers, == Zdzislaw (Gustav) Meglicki, Office of the Vice President for Information Technology, Indiana University, 601 E. Kirkwood Ave., Room 116, Bloomington, IN 47405-1223, USA, http://beige.ucs.indiana.edu/gustav, ph: 812-856-5597 (o), 812-345-3284 (m), fax: 812-855-3310/812-856-3147 -BEGIN PG

Re: csh and/or GNU make bug

2006-04-18 Thread gustav
atches that are not covered by the above. Cheers, == Zdzislaw (Gustav) Meglicki, Office of the Vice President for Information Technology, Indiana University, 601 E. Kirkwood Ave., Room 116, Bloomington, IN 47405-1223, USA, http://beige.ucs.indiana.edu/gustav, ph: 812-856-5597 (o), 812-345-

POP Rmail in Emacs

2008-12-11 Thread gustav
and-file-name It's best not to touch the original rmail.el, because when you upgrade, and the file gets overwritten, you'll end up with the same problem again. Instead, copy rmail.el to your private site-lisp directory, edit as above, byte-compile, then cons the directory onto t