9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Mike Casinghino <mike.casinghino@gmail.com>
To: 9fans@cse.psu.edu
Subject: [9fans] Acme and cscope shortcuts
Date: Sat, 16 Jul 2005 02:38:09 -0700	[thread overview]
Message-ID: <2309aa18050716023846d2365a@mail.gmail.com> (raw)

I'm switching to the acme environment on linux (from vim/xterm) using
plan9port. For cscope, I created a script called ~/bin/fgdef
(find-global-def):

echo 1$1 | cscope -l -d | \
perl -ne 'print "$1:$3 $2 $4\n" if m/(\S+)\s+(\S+)\s+(\d+)\s+(\S+)\s+(.*)/;'

Now I can put "fgdef symbol" in my tagline, middle sweep it and cscope
finds the definitions for me. The perl noise rearranges the output for
button-3 clicking.

I was thinking of adding some keyboard + mouse-button shortcuts into
acme, and was wondering if anyone has suggested this or actually tried
it before. Here's a short list of what I'd like to do.

* In a text window, holding down Alt and clicking button-3 would
reverse search for the selected text.
* Holding Alt and clicking button-2 in the tagline would run the
tagline command with the selection as an argument. (That would work
*great* with the cscope trick above.)
* Holding Ctrl and clicking button-2 in the tagline would clear the
output window before running the command.
* A Lineno tag keyword that displays line numbers in a text window.
* Oh, and mail so I can finally ditch mutt

Any suggestions, admonitions or warnings?

-Mike


             reply	other threads:[~2005-07-16  9:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-16  9:38 Mike Casinghino [this message]
2005-07-16 10:18 ` Charles Forsyth
2005-07-16 12:48 ` Russ Cox
     [not found]   ` <2309aa1805071611221ec2b908@mail.gmail.com>
2005-07-16 18:24     ` Fwd: " Mike Casinghino
2005-07-16 18:45       ` Steve Simon
2005-07-16 19:00   ` Charles Forsyth

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=2309aa18050716023846d2365a@mail.gmail.com \
    --to=mike.casinghino@gmail.com \
    --cc=9fans@cse.psu.edu \
    /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).