Gnus development mailing list
 help / color / mirror / Atom feed
From: Jari Aalto <jaalto@tre.tele.nokia.fi>
Cc: ding@ifi.uio.no
Subject: Re2: Long subjects
Date: Thu, 30 Nov 1995 17:17:46 +0200	[thread overview]
Message-ID: <199511301517.RAA20401@aapo.tele.nokia.fi> (raw)

|Nov 30 -95, jvinson@cheux.ecs.umass.edu (Jack Vinson)
| >>>>> "SLB" == Steven L Baur <steve@miranova.com> writes:
| 
| SLB> How do you all on Emacs see the right side of long subjects without a
| SLB> horizontal scrollbar?
| 
| Besides the fact that I'm really not interested when in the Summary buffer,
| here are the left/right scrolling commands that are built into emacs:
| 
| C-x <  - scroll-left
| C-x >  - scroll-right


And things can be made easy with couple of new mappings.
This is my CTRL-ALT- cursor {right-lef} combination which is
real handy....

(global-set-key [C-M-left]  '(lambda () (interactive) (scroll-right 10)))
(global-set-key [C-M-right] '(lambda () (interactive) (scroll-left  10)))

Cheers!
/jari


             reply	other threads:[~1995-11-30 15:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-30 15:17 Jari Aalto [this message]
1995-11-30 20:01 ` Steven L. Baur

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=199511301517.RAA20401@aapo.tele.nokia.fi \
    --to=jaalto@tre.tele.nokia.fi \
    --cc=ding@ifi.uio.no \
    --cc=jari.aalto@ntc.nokia.com \
    /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).