From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.help Subject: Re: Disable automatic Perl indentation Date: Fri, 07 Feb 2003 18:24:26 +0100 Organization: University of Duisburg, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <844r7ghulx.fsf@lucy.is.informatik.uni-duisburg.de> References: <3E4155E9.9050002@larc.nasa.gov> <84of5psewi.fsf@lucy.is.informatik.uni-duisburg.de> <3E427068.6090600@larc.nasa.gov> <84r8alxu9f.fsf@lucy.is.informatik.uni-duisburg.de> <3E4298A9.5080200@larc.nasa.gov> <84n0l9z18b.fsf@lucy.is.informatik.uni-duisburg.de> <3E42B29D.10101@larc.nasa.gov> <3E42B6CB.90307@larc.nasa.gov> <84vfzx6spn.fsf@lucy.is.informatik.uni-duisburg.de> <3E43A7CB.9030203@larc.nasa.gov> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044638793 6997 80.91.224.249 (7 Feb 2003 17:26:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 17:26:33 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hCGl-0001oL-00 for ; Fri, 07 Feb 2003 18:26:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hCGE-0001to-09 for gnu-help-gnu-emacs@m.gmane.org; Fri, 07 Feb 2003 12:25:58 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!skynet.be!skynet.be!fu-berlin.de!uni-berlin.de!pd951f1c2.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: pd951f1c2.dip.t-dialin.net (217.81.241.194) Original-X-Trace: fu-berlin.de 1044638688 41145161 217.81.241.194 (16 [73968]) User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 Cancel-Lock: sha1:mWHpsoDV/p1lgI6902uXp02dIrU= Original-Xref: shelby.stanford.edu gnu.emacs.help:109919 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6423 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6423 Joel Konkle-Parker writes: >> Just for the record, I'd like to mention that Emacs 19 is pretty >> old. Most people use Emacs 20 or 21 these days. So people are wont >> to give you advice which is good for 20 or 21 but doesn't work on 19. >> So in a way, if you would upgrade, you'd avoid many of those >> problems... > > Unfortunately, I have no control over that, and our sysadmin obviously > doesn't consider it a priority. Oh well... It won't hurt to ask, if you haven't already. Or compile it for yourself -- it's quite easy. > Anyway, the lastest error: > > "Symbol's function definition is void: kbd" > > (load "perl-mode") > (define-key perl-mode-map (kbd ";") 'self-insert-command) Maybe just side-step the problem via (load "perl-mode") (define-key perl-mode-map ";" 'self-insert-command) -- A turnip curses Elvis