From: eduardoochs at fastmail.fm (Eduardo Ochs)
Subject: [Howm-eng 3] Elisp hyperlinks for howm, part 1
Date: Wed, 13 Jul 2005 00:58:34 -0300 [thread overview]
Message-ID: <1121227114.12913.238340585@webmail.messagingengine.com> (raw)
Hello list,
I need some help to build elisp hyperlinks that corespond to following
links in howm pages...
This is a fragment of what appears in my howm summary buffer when I
type `C-c , a'. Note that I was so messy that I created two different
sections with the header "= HowmTasks" in my MainTasks file; we may
ignore that or not.
MainTasks | = HowmTasks
MainTasks | = RcircTasks
MainTasks | = HowmTasks
MainTasks | = EevTasks
MainTasks | = TalkAtUFF
MainTasks | = RealWorldTasks
I would like to have a hyperlink function called `find-filehowm'
that could be invoked like this
(find-filehowm "MainTasks")
(find-filehowm "MainTasks" "RcircTasks")
and that would open the MainTasks file and optionally jump to its
"RcircTasks" block, ideally without even splitting the
window... Right now I'm doing that in the most primitive way
possible, with
(progn (howm-list-all)
(ee-goto-position "MainTasks" "= RcircTasks")
(eek "RET C-x 1"))
and I'm trying to trace through the RET to understand the code...
(defun dkey (key)
"Execute a key sequence with debugging turned on"
(interactive "kKey sequence: ")
(debug)
(call-interactively (key-binding key)))
(progn (howm-list-all)
(ee-goto-position "MainTasks" "= RcircTasks")
(dkey "\r"))
(progn (howm-list-all)
(ee-goto-position "MainTasks" "= RcircTasks")
(debug)
(howm-view-summary-open))
Any help will be greatly appreciated...
Cheers, TIA,
Eduardo Ochs
http://angg.twu.net/
--
http://www.fastmail.fm - Or how I learned to stop worrying and
love email again
reply other threads:[~2005-07-13 3:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1121227114.12913.238340585@webmail.messagingengine.com \
--to=howm-eng@lists.osdn.me \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).