* Re: [Howm-eng 40] customization
[not found] <m3ve2wl8qh.wl@id.domain>
@ 2008-04-06 0:00 ` Xavier Maillard
0 siblings, 0 replies; only message in thread
From: Xavier Maillard @ 2008-04-06 0:00 UTC (permalink / raw)
To: khi; +Cc: howm-eng, emacs-devel
For your information, I post a copy of my private email (+ a new answer)
to this ML. Thanks for permission > Maillard-san.
Maillard-san ? I like this :) (I really should learn japanese one day)
> Ok another question: do you have tips or tricks to speed up go-to
> link and friends ? I mean, typing >>> is "hard" and "counter
> productive". So I need to find a way to type these "tags" faster.
Do you mean a simple key binding like this?
(eval-after-load "howm"
'(define-key howm-mode-map "\C-c,>"
(lambda () (interactive) (insert ">>> "))))
Or, do you have a better idea?
This is an idea but why not take advantage of the abbrev
mechanism offered by emacs itself ? I do not know whether emacs
permits such abreviations though. Plus, with emacs 23, something
has changed on this side. (I am putting emacs-devel into the Cc
to get their feeling about this particular point).
If you like to change the tag ">>>" itself to a shorter one, do
something like (setq howm-ref-header "->") *before* loading howm-mode.
This variable is defined at the head of howm-mode.el, and several
other variables are set dependently on it.
Nice but I think I will stick with this setting since "->" is
something I am using a lot when writing notes/documentations.
Xavier
--
http://www.gnu.org
http://www.april.org
http://www.lolica.org
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-06 0:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <m3ve2wl8qh.wl@id.domain>
2008-04-06 0:00 ` [Howm-eng 40] customization Xavier Maillard
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.