all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joel Konkle-Parker <j.j.konkle-parker@larc.nasa.gov>
Subject: Re: Disable automatic Perl indentation
Date: Fri, 07 Feb 2003 07:34:19 -0500	[thread overview]
Message-ID: <3E43A7CB.9030203@larc.nasa.gov> (raw)
In-Reply-To: 84vfzx6spn.fsf@lucy.is.informatik.uni-duisburg.de

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

> 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...

Anyway, the lastest error:

"Symbol's function definition is void: kbd"

- Joel

[-- Attachment #2: .emacs --]
[-- Type: text/plain, Size: 375 bytes --]

(setq kill-whole-line t)
(setq next-line-add-newlines nil)
(setq require-final-newline t)
(setq make-backup-files nil)
(setq line-number-mode t)
(setq column-number-mode t)
(setq default-major-mode 'text-mode)

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

(load "perl-mode")
(define-key perl-mode-map (kbd ";") 'self-insert-command)

[-- Attachment #3: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

  reply	other threads:[~2003-02-07 12:34 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 [this message]
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=3E43A7CB.9030203@larc.nasa.gov \
    --to=j.j.konkle-parker@larc.nasa.gov \
    /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.