all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Edward O'Connor <oconnor@soe.ucsd.edu>
Subject: Re: Disable automatic Perl indentation
Date: 06 Feb 2003 11:10:30 -0800	[thread overview]
Message-ID: <ddvfzxz0m1.fsf@oecpc11.ucsd.edu> (raw)
In-Reply-To: 3E42B29D.10101@larc.nasa.gov

> I have GNU Emacs 19.34.2
> 
> With the (load "perl-mode") statement in there, it gives me:
> "Symbol's function definition is void: kbd"

Toss this in your ~/.emacs:

(unless (fboundp 'kbd)
  (defmacro kbd (key-sequence)
    (read-kbd-macro key-sequence)))


Ted

-- 
Edward O'Connor
oconnor@soe.ucsd.edu

  reply	other threads:[~2003-02-06 19:10 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 [this message]
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
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=ddvfzxz0m1.fsf@oecpc11.ucsd.edu \
    --to=oconnor@soe.ucsd.edu \
    /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.