summaryrefslogtreecommitdiffstats
path: root/site/blog/Ask_for_selection_in_emacs_addendum.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-11 01:16:41 +0100
committerGravatar Tom Willemsen2013-01-11 01:16:41 +0100
commitcaedd92eef8fe47c3925c12d8e81be911556b38b (patch)
tree2a0b5f82bb2997bf3a7e7c0259235232201621b9 /site/blog/Ask_for_selection_in_emacs_addendum.org
parent9d6392343614e7ce7333d763828756733fc27163 (diff)
downloadorgweb-caedd92eef8fe47c3925c12d8e81be911556b38b.tar.gz
orgweb-caedd92eef8fe47c3925c12d8e81be911556b38b.zip
Update files
Diffstat (limited to 'site/blog/Ask_for_selection_in_emacs_addendum.org')
-rw-r--r--site/blog/Ask_for_selection_in_emacs_addendum.org18
1 files changed, 0 insertions, 18 deletions
diff --git a/site/blog/Ask_for_selection_in_emacs_addendum.org b/site/blog/Ask_for_selection_in_emacs_addendum.org
deleted file mode 100644
index 101f32a..0000000
--- a/site/blog/Ask_for_selection_in_emacs_addendum.org
+++ /dev/null
@@ -1,18 +0,0 @@
-#+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.