Re: Auto-format code to width = 80

2004-12-14 Thread Jeffrey Phillips
and variable aren't defined in my version of Xemacs. -Original Message- From: Jeffrey Phillips [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 6:56 AM To: Mark D. Hansen Cc: [EMAIL PROTECTED] Subject: Re: Auto-format code to width = 80 Not sure about auto-format

Re: Auto-format code to width = 80

2004-12-13 Thread Jeffrey Phillips
Not sure about auto-format, but I highlight (my warning face is red) the part of lines that extend past 80 characters using this: (defun my-font-lock-prepends (mode) Adds a 80 character line-width (font-lock-add-keywords mode '((\\(.\\{80\\}\\)\\(.+\\) 2 font-lock-warning-face

Emacs21 and directory-files function

2001-08-22 Thread Jeffrey Phillips
Using Emacs 21.0.103.1 (i686-pc-linux-gnu) I noticed that I could not generate javadocs if the directory did not exist before generation. I traced the problem down to line 250 of jde-javadoc-gen.el (jdee-2.2.7.1) and the directory-files function in Emacs21 appears to fail if the directory does