all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: Emanuel Berg <embe8573@student.uu.se>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Help mode keybindings
Date: Sun, 26 May 2013 01:27:48 +0200	[thread overview]
Message-ID: <87sj1avdvv.fsf@web.de> (raw)
In-Reply-To: <87r4gv240n.fsf@VLAN-3434.student.uu.se> (Emanuel Berg's message of "Sat, 25 May 2013 04:21:28 +0200")

Emanuel Berg <embe8573@student.uu.se> writes:

> > (define-key view-mode-map [?\C-j] nil)

> Should I put it as it is in .emacs? Because, if I do, I get
>
>     Symbol's value as variable is void: view-mode-map

Sorry, right - view.el is not loaded by default.  You can do it that way
in your .emacs:

  (eval-after-load 'view '(define-key view-mode-map [?\C-j] nil))

Also loading view.el explicitly before undefining the key would work.


Michael.



  reply	other threads:[~2013-05-25 23:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-23 21:05 Help mode keybindings Emanuel Berg
2013-05-24 20:02 ` Emanuel Berg
2013-05-24 21:58   ` Emanuel Berg
2013-05-24 23:39     ` Michael Heerdegen
     [not found]     ` <mailman.346.1369438775.22516.help-gnu-emacs@gnu.org>
2013-05-25  2:21       ` Emanuel Berg
2013-05-25 23:27         ` Michael Heerdegen [this message]
     [not found]         ` <mailman.386.1369524496.22516.help-gnu-emacs@gnu.org>
2013-05-26  1:14           ` Emanuel Berg
2013-05-24 23:36   ` Michael Heerdegen

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=87sj1avdvv.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    /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.