Re: [Orgmode] [PATCH] Use integer syntax for the MODE argument to #'set-file-modes

2010-08-23 Thread Carsten Dominik
Applied, thanks. - Carsten On Sun, Aug 22, 2010 at 1:17 AM, Aidan Kehoe wrote: > > Hello! > > We need this change to get org-mode compiling with recent XEmacs 21.5. On > previous 21.5 and current 21.4, the problem manifests itself at runtime, not > compile time, like so: > >  (set-file-modes "/t

[Orgmode] [PATCH] Use integer syntax for the MODE argument to #'set-file-modes

2010-08-21 Thread Aidan Kehoe
Hello! We need this change to get org-mode compiling with recent XEmacs 21.5. On previous 21.5 and current 21.4, the problem manifests itself at runtime, not compile time, like so: (set-file-modes "/tmp/aidan/foo.el" ?\755) => Wrong type argument: integerp, ?í One old reason to go for the ?