From: GianUberto.Lauri@eng.it (Gian Uberto Lauri)
Subject: Re: Newbie: Interactive goto-line ?!
Date: Tue, 24 Feb 2004 12:42:00 +0100 [thread overview]
Message-ID: <16443.14472.37016.470269@mail.eng.it> (raw)
In-Reply-To: <rmwu6cn3qx.fsf@mlinux.pd.infn.it>
>>>>> "ML" == Maurizio Loreti <mlo@foobar.it> writes:
ML> Karel Kubat <karel@e-tunity.com> writes:
>> A newbie question: I'm tired of typing "^X goto-line", so what I
>> want is the same functionality, but in fewer keystrokes.
ML> (global-set-key "\C-cg" 'goto-line) ; Link to CTRL-c g
If the keyboard configuration supports Hyper and Super you can save
a keystroke by using one of these Space Cadet modifiers.
(global-set-key [?\s-g] 'goto-line)
Under X11 the use of Super and Hyper requires some tinkering with
the keyboard configuration, under Windows just these line of
Emacs Lisp in your .emacs:
(setq w32-apps-modifier 'hyper)
(setq w32-lwindow-modifier 'super)
(setq w32-rwindow-modifier 'meta)
(setq w32-alt-is-meta t)
(setq w32-pass-lwindow-to-system nil) ; appropriate for modifier
(setq w32-pass-rwindow-to-system nil) ; appropriate for modifier
(setq w32-pass-alt-to-system nil)
/\ ___
/___/\__|_|\_|__|___Gian Uberto Lauri_____________________
//--\ | | \| | Integralista GNUslamico e fancazzista
\/
next prev parent reply other threads:[~2004-02-24 11:42 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-24 10:55 Newbie: Interactive goto-line ?! Karel Kubat
2004-02-24 10:58 ` Maurizio Loreti
2004-02-24 11:42 ` Gian Uberto Lauri [this message]
2004-02-24 16:08 ` Brad Collins
2004-02-24 11:00 ` Karel Kubat
2004-02-24 11:34 ` Jiri Pejchal
2004-02-24 22:21 ` Johan Bockgård
2004-02-24 18:35 ` Floyd Davidson
2004-02-24 21:01 ` Kevin Rodgers
2004-02-24 23:38 ` Floyd Davidson
2004-02-25 5:33 ` Eli Zaretskii
[not found] ` <mailman.436.1077687252.340.help-gnu-emacs@gnu.org>
2004-02-25 6:31 ` Floyd Davidson
2004-02-25 8:56 ` Kai Grossjohann
2004-02-25 10:05 ` Eli Zaretskii
[not found] ` <mailman.452.1077703465.340.help-gnu-emacs@gnu.org>
2004-02-25 16:29 ` Floyd Davidson
2004-02-26 17:32 ` Eli Zaretskii
[not found] ` <mailman.580.1077816762.340.help-gnu-emacs@gnu.org>
2004-02-26 17:50 ` Jesper Harder
2004-02-26 18:22 ` David Kastrup
2004-02-26 20:47 ` Floyd L. Davidson
2004-02-27 9:17 ` Alan Mackenzie
2004-02-27 12:56 ` Eli Zaretskii
2004-02-27 15:17 ` Johan Bockgård
2004-02-27 15:29 ` David Kastrup
2004-02-27 16:04 ` Johan Bockgård
2004-02-29 15:29 ` Kai Grossjohann
2004-03-01 4:07 ` Floyd L. Davidson
2004-03-01 4:47 ` Johan Bockgård
2004-03-01 6:12 ` Floyd L. Davidson
2004-02-27 16:42 ` Stefan Monnier
2004-02-27 16:58 ` David Kastrup
2004-02-27 18:07 ` Stefan Monnier
2004-02-27 18:22 ` David Kastrup
2004-02-27 20:46 ` Stefan Monnier
2004-02-26 19:03 ` Eli Zaretskii
[not found] ` <mailman.586.1077822322.340.help-gnu-emacs@gnu.org>
2004-02-26 19:28 ` David Kastrup
2004-02-26 21:25 ` Kevin Rodgers
2004-02-27 12:59 ` Eli Zaretskii
[not found] ` <mailman.648.1077887747.340.help-gnu-emacs@gnu.org>
2004-02-27 16:47 ` Stefan Monnier
2004-02-27 17:56 ` Eli Zaretskii
2004-02-26 17:36 ` Dan Katz
2004-02-25 17:58 ` Stefan Monnier
2004-02-26 6:04 ` Eli Zaretskii
[not found] ` <mailman.541.1077775437.340.help-gnu-emacs@gnu.org>
2004-02-27 16:31 ` Stefan Monnier
2004-02-27 17:59 ` Eli Zaretskii
2004-02-25 16:47 ` Kevin Rodgers
2004-02-25 17:35 ` Floyd Davidson
2004-02-25 18:01 ` Stefan Monnier
2004-02-26 7:08 ` Kai Grossjohann
2004-02-26 19:38 ` Alan Mackenzie
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16443.14472.37016.470269@mail.eng.it \
--to=gianuberto.lauri@eng.it \
--cc=saint@eng.it \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).