emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: abbrev file and -batch


From: Dan Nicolaescu
Subject: Re: abbrev file and -batch
Date: Sat, 24 Feb 2007 10:30:01 -0800

Richard Stallman <address@hidden> writes:

  >     The test for abbrev-file-name in startup.el can be changed from:
  >       (if (file-exists-p abbrev-file-name)
  >     to
  >       (if (and (file-exists-p abbrev-file-name) (file-readable-p 
abbrev-file-name))
  > 
  >     But also, should the abbrev file even be loaded when using -batch ? 
  > 
  > I think it should not be.  But maybe we should not risk changing that now.
  > Let's install your patch instead, and make a note to turn it off
  > entirely in the -batch case after the release.
  > 
  > Can you install that?

Done.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]