Gnus development mailing list
 help / color / mirror / Atom feed
* Re2: Long subjects
@ 1995-11-30 15:17 Jari Aalto
  1995-11-30 20:01 ` Steven L. Baur
  0 siblings, 1 reply; 2+ messages in thread
From: Jari Aalto @ 1995-11-30 15:17 UTC (permalink / raw)
  Cc: ding

|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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1995-11-30 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-30 15:17 Re2: Long subjects Jari Aalto
1995-11-30 20:01 ` Steven L. Baur

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).