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

* Re: Long subjects
  1995-11-30 15:17 Re2: Long subjects Jari Aalto
@ 1995-11-30 20:01 ` Steven L. Baur
  0 siblings, 0 replies; 2+ messages in thread
From: Steven L. Baur @ 1995-11-30 20:01 UTC (permalink / raw)


>>>>> "Jari" == Jari Aalto <jaalto@tre.tele.nokia.fi> writes:
    Jari> And things can be made easy with couple of new mappings.
    Jari> This is my CTRL-ALT- cursor {right-lef} combination which is
    Jari> real handy....

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

Thanks for the suggestions everybody.  I like Jari's bindings the
best, although the C-M arrow keys are already mapped by the window
manager.  Drop the Meta and they're almost as convenient as a
scrollbar.  :-)

I didn't intend this to be a frivolous question.  I only count 47
available characters with standard thread indentation and the standard
*Summary* format available for a first level subject.

Regards,
-- 
steve@miranova.com baur


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