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: Thu, 06 Feb 2003 14:26:03 -0500	[thread overview]
Message-ID: <3E42B6CB.90307@larc.nasa.gov> (raw)
In-Reply-To: ddvfzxz0m1.fsf@oecpc11.ucsd.edu

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


> Toss this in your ~/.emacs:
> 
> (unless (fboundp 'kbd)
>   (defmacro kbd (key-sequence)
>     (read-kbd-macro key-sequence)))
> 
> 
> Ted
> 
> 

"Symbol's function definition is void: unless"

[-- Attachment #2: .emacs --]
[-- Type: text/plain, Size: 379 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)

(unless (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-06 19:26 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 [this message]
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=3E42B6CB.90307@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.