;ELC
;;; Compiled by proclus@darwintel on Wed Jan 2 15:45:52 2008
;;; from file /mnt/gmirror/ports/deskutils/howm/work/howm-1.3.4/howm-menu-en.el
;;; in Emacs version 21.2.1
;;; with bytecomp version 1.1.1.4
;;; with all optimizations.
;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
(< (aref emacs-version (1- (length emacs-version))) ?A)
(or (and (boundp 'epoch::version) epoch::version)
(string-lessp emacs-version "19.29")))
(error "`howm-menu-en.el' was compiled for Emacs 19.29 or later"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(byte-code "\301B\302\303\301!\207" [current-load-list howm-menu-en "= <<< %menu%\n %\"c\"[New] Search(%\"s\"[String] %\"g\"[Regexp]) %\"D\"[Dup] %\"K\"[
] %\"i\"[Key>]\n %\"a\"[All] %\"l\"[Recent] %\"A\"[Around] %\"y\"[Schedule] %\"t\"[Todo] %\"r\"[Update] %\"w\"[Random Walk] [Killall]\n %\".\"[Today] %\":\"[Yesterday] %\"h\"[History] %\"R\"[Update Menu] [Edit Menu] [Preference]\n-------------------------------------\n[Schedule] -- @schedule, !deadline (until %sdays days from now)\n%schedule\n-------------------------------------\n[Todo] -- !deadline, +todo, -reminder, ~defer (top %tnum entries)\n%todo\n-------------------------------------\nRecent\n%recent\n-------------------------------------\nRandom -- If you do not like this, [Edit Menu] to erase it.\n%random\n-------------------------------------\n\nFormat of schedule and todo (Please replace {} with []):\n{2002-10-21}@ schedule -- (shown in schedule part)\n{2002-10-21}+7 todo -- float up slowly from the date in 7 days\n{2002-10-21}!7 deadline -- float up fast from 7 days before the date\n{2002-10-21}-1 reminder -- float at the date and sink slowly one unit per 1 day\n{2002-10-21}~30 defer -- float at the date and repeat sinking and floating with 30 days period\n{2002-10-21}. done -- sink forever\n(Numbers after marks are default values.)\n\nHow to remember:\n* Schedule at(@) the date\n* Reminder sinks down(-).\n* Todo floats up(+).\n* Deadline needs attention!\n* Defer waves(~) up and down.\n* Done is the end(.).\n\n-------------------------------------\n\nYou can edit this menu itself.\n>>> %Editing Menu%\n\n\n= <<< %Editing Menu%\n[Edit Menu] Hit RET on the left button to edit this menu.\n[Update Menu] Hit RET on the left button to update this menu.\n--------------------------------------------------------\n\n*** Format of the menu file ***\n(Please hit RET on [Edit Menu] and read the source file.)\n\n== Basic format\n\nAs you see...\n\n* [xxx] is button.\n* %SCHEDULE (in small letters) is schedule.\n* %TODO (in small letters) is todo list.\n* %RECENT (in small letters) is list of recent entries.\n* %RANDOM (in small letters) is list of random entries.\n\nYou can arrange their places as you like.\nWriting favorite files or goto links may be also convenient.\n(ex) file:///etc/services >>> wiki\n\n== Shortcut\n\n%\"foo\"[All]\nThis is displayed as foo[All], and the key \"f\" executes [All].\nExactly speaking, it executes the following sequence:\n(1) move to closing \", (2) move to next underline, and (3) hit it.\n\n%\"bar%\"\nIf you put % at the tail like this, the key \"b\" means \"move cursor here\".\n\n== For lispers\n\nDisplay:\n%here%howm-congrats-count ;; embed value of variable howm-congrats-count\n%here%(howm-menu-search \"search\")\n;; embed result of (...), that is, search \"search\" and embed matched lines\nFunctions must be registered for safety.\n(setq howm-menu-allow (append '(foo bar) howm-menu-allow)) ;; allow foo, bar\n\nAction:\n%eval%(message (buffer-name)) ;; evaluate S expr\n%call%find-file ;; call function interactively\nBoth are evaluated in the previous buffer before raising menu.\n\n== Hiding\n\n'%' + '|' toggles invisibility\nlike this: visible%|invisible%|appear%|disappear - until the end of line\n(Newline is removed when the end of line is invisible.)\n\n== Multiple menus\n\nLinks to %xxx% open \"<< < %xxx%\" with menu-mode: >>> %menu%\nWhen you add new menu, [[%menu%]] may be more convenient because corresponding\nentry is generated automatically.\n\n%eval%(howm-menu-open \"00000000-000000.howm\") -- open file with menu-mode\n" provide] 2)