From: Xavier Maillard <xma@gnu.org>
To: khi@users.sourceforge.jp
Cc: howm-eng@lists.sourceforge.jp, emacs-devel@gnu.org
Subject: Re: [Howm-eng 40] customization
Date: Sun, 6 Apr 2008 02:00:20 +0200 [thread overview]
Message-ID: <200804060000.m3600Ip7007684@localhost.localdomain> (raw)
In-Reply-To: <m3ve2wl8qh.wl@id.domain> (khi@users.sourceforge.jp)
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
parent reply other threads:[~2008-04-06 0:00 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <m3ve2wl8qh.wl@id.domain>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200804060000.m3600Ip7007684@localhost.localdomain \
--to=xma@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=howm-eng@lists.sourceforge.jp \
--cc=khi@users.sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.