all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: Disable automatic Perl indentation
Date: Fri, 07 Feb 2003 18:24:26 +0100	[thread overview]
Message-ID: <844r7ghulx.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: 3E43A7CB.9030203@larc.nasa.gov

Joel Konkle-Parker <j.j.konkle-parker@larc.nasa.gov> 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

  reply	other threads:[~2003-02-07 17:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-05 18:20 Disable automatic Perl indentation Joel Konkle-Parker
2003-02-06 13:43 ` Kai Großjohann
2003-02-06 14:25   ` Joel Konkle-Parker
2003-02-06 16:13     ` Kai Großjohann
2003-02-06 17:17       ` Joel Konkle-Parker
2003-02-06 18:57         ` Kai Großjohann
2003-02-06 19:08           ` Joel Konkle-Parker
2003-02-06 19:10             ` Edward O'Connor
2003-02-06 19:26               ` Joel Konkle-Parker
2003-02-06 20:22                 ` Edward O'Connor
2003-02-06 20:48                 ` Kai Großjohann
2003-02-07 12:34                   ` Joel Konkle-Parker
2003-02-07 17:24                     ` Kai Großjohann [this message]
2003-02-10 13:26                       ` Joel Konkle-Parker

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=844r7ghulx.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /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.