From a2f077cf13d307c4d9d862028f459b783ede53cc Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 10 Dec 2012 02:22:18 +0100 Subject: Add some blog posts Also an index page that automatically generates a list of all the posts available. --- site/blog/Ask_for_selection_in_emacs_addendum.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 site/blog/Ask_for_selection_in_emacs_addendum.org (limited to 'site/blog/Ask_for_selection_in_emacs_addendum.org') diff --git a/site/blog/Ask_for_selection_in_emacs_addendum.org b/site/blog/Ask_for_selection_in_emacs_addendum.org new file mode 100644 index 0000000..101f32a --- /dev/null +++ b/site/blog/Ask_for_selection_in_emacs_addendum.org @@ -0,0 +1,18 @@ +#+TITLE: Ask for selection in Emacs, addendum +#+DATE: 2012-05-02 21:52:00 +#+TAGS: emacs elisp coding + +I erroneously assumed (and thought I tested) that using ~tmm-prompt~ +could be done the way I described before. The ~oni:mailbox-map~ variable +needs to be a little different from what I'd shown before, namely: + +#+BEGIN_SRC elisp + (defvar oni:mailbox-map + '("top" ("menu" ("ryulash.org" . "ryu") + ("ninthfloor" . "ninthfloor") + ("gmail" . "gmail") + ("aethon" . "aethon"))) + "A mailbox map for use with `tmm-prompt'.") +#+END_SRC + +Without the ~top~ and ~menu~ items it will complain about wrong arguments. -- cgit v1.2.3-54-g00ecf