From: "Bingham, Jay" <Jay.Bingham@hp.com>
Subject: RE: "Args out of range:" error when opening existing files
Date: Wed, 9 Oct 2002 13:48:13 -0500 [thread overview]
Message-ID: <72A87F7160C0994D8C5A36E2FDC227F5035E71D9@txnexc01.americas.cpqcorp.net> (raw)
Joseph,
Although I can't answer your emacs-lisp-mode question directly since I do not have a machine running redhat, perhaps I can help you narrow the field some. I run emacs 21.2 in two environments (the pre-compiled version on a windows pc under Win2000 and one that I just built on a solaris 2.8 unix machine). I don't have any problem with either of these builds not automatically entering emacs-lisp-mode.
Hope this helps some.
-_
J_)
C_)ingham
. HP - NonStop Austin Software & Services - Software Product Assurance
. Austin, TX
. Language is the apparel in which your thoughts parade in public.
. Never clothe them in vulgar and shoddy attire. -Dr. George W. Crane-
-----Original Message-----
From: Joseph Shraibman [mailto:jks@spam.me.not.akula.com]
Sent: Wednesday, October 09, 2002 1:13 PM
To: help-gnu-emacs@gnu.org
Subject: Re: "Args out of range:" error when opening existing files
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
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
next reply other threads:[~2002-10-09 18:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-09 18:48 Bingham, Jay [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-10-08 23:46 "Args out of range:" error when opening existing files Joseph Shraibman
2002-10-09 15:15 ` Glenn Morris
2002-10-09 18:13 ` Joseph Shraibman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=72A87F7160C0994D8C5A36E2FDC227F5035E71D9@txnexc01.americas.cpqcorp.net \
--to=jay.bingham@hp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.