OSDN Git Service

add contributor's name (Yassine-san) into Changelog
[howm/howm.git] / howm-menu-fr.el
1 ;;; -*- Coding: utf-8-unix -*-
2 ;;; automatically generated from fr/0000-00-00-000000.txt
3 ;;; by howm-mkmenu.el.
4
5 (require 'howm-vars)
6
7 (howm-defconst-risky howm-menu-fr "= <<< %menu%
8  %\"e\"[Se souvenir] %\"c\"[Nouveau] %\"D\"[Dup] Search(%\"s\"[Chaine] %\"g\"[Regexp] %\"o\"[Occurences])
9  %\"a\"[Tout] %\"l\"[Récent] %\"A\"[Autour] %\"y\"[Programme] %\"t\"[A faire] %\"b\"[Fichiers tampons] %\"x\"[Repères]
10  %\"K\"[<Titre] [<Nom] %\"d\"[Date>] %\"i\"[Clé>] %\"r\"[Màj] %\"w\"[Parcours aléatoire] [Tout tuer]
11  %\".\"[Aujourd'hui] %\":\"[Hier] %\"h\"[Historique] %\"R\"[Màj du Menu] [Editer le menu] [Préferences]
12 -------------------------------------
13 [Schedule, Todo] -- @schedule, !deadline (until %sdays days from now)
14 !deadline, +todo, -reminder, ~defer (top %tnum entries)
15 %reminder
16 -------------------------------------
17 Recent
18 %recent
19 -------------------------------------
20 Random -- If you do not like this, [Editer le menu] to erase it.
21 %random
22 -------------------------------------
23
24 Format of schedule and todo (Please replace {} with []):
25 {2002-10-21}@1  schedule -- (shown in schedule part. @3 = \"3 days schedule to 10-23\")
26 {2002-10-21}+7  todo -- float up slowly from the date in 7 days
27 {2002-10-21}!7  deadline -- float up fast from 7 days before the date
28 {2002-10-21}-1  reminder -- float at the date and sink slowly one unit per 1 day
29 {2002-10-21}~30 defer -- float at the date and repeat sinking and floating with 30 days period
30 {2002-10-21}.   done -- sink forever
31 (Numbers after marks are default values.)
32
33 How to remember:
34 * Schedule at(@) the date
35 * Reminder sinks down(-).
36 * Todo floats up(+).
37 * Deadline needs attention!
38 * Defer waves(~) up and down.
39 * Done is the end(.).
40
41 -------------------------------------
42
43 You can edit this menu itself.
44 >>> %Editing Menu%
45
46
47 = <<< %Editing Menu%
48 [Editer le menu] Hit RET on the left button to edit this menu.
49 [Màj du Menu] Hit RET on the left button to update this menu.
50 --------------------------------------------------------
51
52 *** Format of the menu file ***
53 (Please hit RET on [Editer le menu] and read the source file.)
54
55 == Basic format
56
57 As you see...
58
59 * [xxx] is button.
60 * %REMINDER (in small letters) is schedule and todo list.
61 * %RECENT (in small letters) is list of recent entries.
62 * %RANDOM (in small letters) is list of random entries.
63
64 You can arrange their places as you like.
65 Writing favorite files or goto links may be also convenient.
66 (ex) file:///etc/services   >>> wiki
67
68 == Shortcut
69
70 %\"foo\"[Tout]
71 This is displayed as foo[Tout], and the key \"f\" executes [Tout].
72 Exactly speaking, it executes the following sequence:
73 (1) move to closing \", (2) move to next underline, and (3) hit it.
74
75 %\"bar%\"
76 If you put % at the tail like this, the key \"b\" means \"move cursor here\".
77
78 == For lispers
79
80 Display:
81 %here%howm-congrats-count ;; embed value of variable howm-congrats-count
82 %here%(howm-menu-search \"search\")
83 ;; embed result of (...), that is, search \"search\" and embed matched lines
84 Functions must be registered for safety.
85 (setq howm-menu-allow (append '(foo bar) howm-menu-allow)) ;; allow foo, bar
86
87 Action:
88 %eval%(message (buffer-name))  ;; evaluate S expr
89 %call%find-file  ;; call function interactively
90 Both are evaluated in the previous buffer before raising menu.
91
92 == Hiding
93
94 '%' + '|' toggles invisibility
95 like this: visible%|invisible%|appear%|disappear  - until the end of line
96 (Newline is removed when the end of line is invisible.)
97
98 == Multiple menus
99
100 Links to %xxx% open \"<< < %xxx%\" with menu-mode: >>> %menu%
101 When you add new menu, [[%menu%]] may be more convenient because corresponding
102 entry is generated automatically.
103
104 %eval%(howm-menu-open \"00000000-000000.txt\")  -- open file with menu-mode
105 ")
106
107 (provide 'howm-menu-fr)