From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.devel Subject: Re: [Howm-eng 40] customization Date: Sun, 6 Apr 2008 02:00:20 +0200 Organization: GNU's Not UNIX! Message-ID: <200804060000.m3600Ip7007684@localhost.localdomain> References: Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1207442437 21780 80.91.229.12 (6 Apr 2008 00:40:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Apr 2008 00:40:37 +0000 (UTC) Cc: howm-eng@lists.sourceforge.jp, emacs-devel@gnu.org To: khi@users.sourceforge.jp Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 06 02:41:10 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JiIwW-0005nQ-Kz for ged-emacs-devel@m.gmane.org; Sun, 06 Apr 2008 02:41:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiIvt-0000NZ-Pp for ged-emacs-devel@m.gmane.org; Sat, 05 Apr 2008 20:40:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JiIv9-0008Jk-JS for emacs-devel@gnu.org; Sat, 05 Apr 2008 20:39:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JiIv7-0008I5-TL for emacs-devel@gnu.org; Sat, 05 Apr 2008 20:39:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiIv7-0008Hq-Jv for emacs-devel@gnu.org; Sat, 05 Apr 2008 20:39:41 -0400 Original-Received: from master.uucpssh.org ([193.218.105.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JiIv7-0005oh-5n for emacs-devel@gnu.org; Sat, 05 Apr 2008 20:39:41 -0400 Original-Received: by master.uucpssh.org (Postfix, from userid 10) id 5990DD72E6; Sun, 6 Apr 2008 02:37:41 +0200 (CEST) Original-Received: from localhost.localdomain (IDENT:1000@localhost [127.0.0.1]) by localhost.localdomain (8.14.1/8.13.8) with ESMTP id m3600cUU007718; Sun, 6 Apr 2008 02:00:38 +0200 Original-Received: (from xma@localhost) by localhost.localdomain (8.14.1/8.13.8/Submit) id m3600Ip7007684; Sun, 6 Apr 2008 02:00:20 +0200 In-reply-to: (khi@users.sourceforge.jp) User-Agent: Rmail in GNU Emacs 23.0.60.3 on GNU/Linux Jabber-ID: xma01@jabber.fr X-uucpssh: Found to be clean X-uucpssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.362, required 4.6, autolearn=not spam, ADVANCE_FEE_1 0.00, ALL_TRUSTED -1.80, AWL 0.04, BAYES_00 -2.60, SPF_HELO_PASS -0.00) X-uucpssh-From: xma@gnu.org X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94458 Archived-At: 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