Gnus development mailing list
 help / color / mirror / Atom feed
* Long subjects
@ 1995-11-30  6:39 Steven L. Baur
  1995-11-30 11:29 ` David K}gedal
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Steven L. Baur @ 1995-11-30  6:39 UTC (permalink / raw)


How do you all on Emacs see the right side of long subjects without a
horizontal scrollbar?

(Hoping I've found a true superiority in XEmacs Gnus)
-- 
steve@miranova.com baur


^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re2: Long subjects
@ 1995-11-30 15:17 Jari Aalto
  1995-11-30 20:01 ` Steven L. Baur
  0 siblings, 1 reply; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-30  6:39 Long subjects Steven L. Baur
1995-11-30 11:29 ` David K}gedal
1995-11-30 11:33 ` Per Abrahamsen
1995-11-30 14:05 ` Jack Vinson
1995-11-30 17:49 ` Luis Fernandes
1995-11-30 15:17 Re2: " 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).