all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Aurélien Bottazzini" <aurelien.bottazzini@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Problem understanding set-register syntax
Date: Mon, 6 Dec 2010 14:47:31 +0100	[thread overview]
Message-ID: <AANLkTimL7AAuvEbnJGRhiEVzvTC+Pw2GsqTvs_g-tXeY@mail.gmail.com> (raw)

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

(sorry if this email is a duplicate, but the first one was lost apparently)

Hello everyone,

in my init.el I have

(set-register ?i '(file . "~/.emacs.d/init.el"))

which allows me to quickly jump to my init file using C-x r j i
But I don't really understand the syntax.
Why do I have to use the exclamation mark when I set the register?

Why can't I just use:

(set-register i '(file . "~/.emacs.d/init.el")) ; will say Symbol's value as
variable is void:i

I tried to search in the documentation for set-register and variable
definition but I did not find
anything to really explain it.

Thanks for any help.

Aurélien

[-- Attachment #2: Type: text/html, Size: 2710 bytes --]

             reply	other threads:[~2010-12-06 13:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-06 13:47 Aurélien Bottazzini [this message]
2010-12-06 22:46 ` Problem understanding set-register syntax PJ Weisberg
  -- strict thread matches above, loose matches on Subject: below --
2010-12-05  9:51 Aurélien Bottazzini
2010-12-06 22:23 ` Drew Adams
2010-12-06 22:54   ` Drew Adams

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=AANLkTimL7AAuvEbnJGRhiEVzvTC+Pw2GsqTvs_g-tXeY@mail.gmail.com \
    --to=aurelien.bottazzini@gmail.com \
    --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.