From: "Drew Adams" <drew.adams@oracle.com>
To: "'Tyler Smith'" <tyler.smith@eku.edu>, <help-gnu-emacs@gnu.org>
Subject: RE: Adding a sublist to a list on startup
Date: Mon, 13 Dec 2010 13:17:41 -0800 [thread overview]
Message-ID: <08AABBED9C6F4D2A9644BD0B620685CD@us.oracle.com> (raw)
In-Reply-To: <87zks9o3bw.fsf@guruji.demimonde>
> (defun my-LaTeX-hook ()
> (push '("choices" . LaTeX-insert-choice) LaTeX-item-list)
> (push '("parts" . LaTeX-insert-part) LaTeX-item-list)
> (push '("questions" . LaTeX-insert-question) LaTeX-item-list)
> (push '("choices" LaTeX-env-item) LaTeX-environment-list)
> (push '("questions" LaTeX-env-item) LaTeX-environment-list)
> (push '("parts" LaTeX-env-item) LaTeX-environment-list))
>
> (add-hook 'LaTeX-mode-hook 'my-LaTeX-hook)
>
> However, the last three push commands aren't doing what I expect.
I haven't used LaTeX in years (unfortunately), but is it perhaps because the
last three don't have a dot (.)?
I also wonder why you don't just use Customize to customize `LaTeX-item-list'
(I'm assuming that it is a user option). That's what Customize is for: it
type-checks changes you make.
next prev parent reply other threads:[~2010-12-13 21:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-13 19:55 Adding a sublist to a list on startup Tyler Smith
2010-12-13 21:17 ` Drew Adams [this message]
2010-12-13 21:31 ` Tyler Smith
2010-12-13 21:57 ` Drew Adams
2010-12-16 13:52 ` Tyler Smith
2010-12-16 14:52 ` Drew Adams
2010-12-17 2:43 ` Tyler Smith
2010-12-16 16:48 ` PJ Weisberg
2010-12-15 4:18 ` Kevin Rodgers
2010-12-15 15:21 ` Tyler Smith
2010-12-16 7:18 ` Kevin Rodgers
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=08AABBED9C6F4D2A9644BD0B620685CD@us.oracle.com \
--to=drew.adams@oracle.com \
--cc=help-gnu-emacs@gnu.org \
--cc=tyler.smith@eku.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).