help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: "Args out of range:" error when opening existing files


From: Joseph Shraibman
Subject: Re: "Args out of range:" error when opening existing files
Date: Wed, 09 Oct 2002 18:13:11 -0000
User-agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.2.18 (i686))

Ugh. Right under my nose.  I changed it to:

(setq backup-enable-predicate(lambda (name)
                               (not (or
                                     (and (> (length name) 5) 
(string-equal "/tmp/" (substring name 0 5)))
                                     (and (> (length name) 18) 
(string-equal "/local/www/htdocs/" (substring name 0 18)))
                                     )
                                    )
))

(tin screwed up the indentation).

BTW I noticed before when I edited .emacs emacs automatically entered 
lisp mode, but since I upgraded it doesn't do it anymore. Is this some 
redhat thing or a change in emacs?

-- 
--
TuPari
Joseph Shraibman
jks(at)iname.com


reply via email to

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