From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4181 Path: main.gmane.org!not-for-mail From: Jari Aalto Newsgroups: gmane.emacs.gnus.general Subject: Re2: Long subjects Date: Thu, 30 Nov 1995 17:17:46 +0200 Message-ID: <199511301517.RAA20401@aapo.tele.nokia.fi> Reply-To: (Jari Aalto, Finland) NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144966 28785 80.91.224.250 (20 Oct 2002 20:16:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:16:06 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id IAA20999 for ; Thu, 30 Nov 1995 08:12:19 -0800 Original-Received: from noknic.nokia.com (noknic.nokia.com [131.228.6.10]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 30 Nov 1995 16:20:02 +0100 Original-Received: from zeus.tele.nokia.fi (zeus.tele.nokia.fi [131.228.134.50]) by noknic.nokia.com (8.6.9/8.6.9) with ESMTP id RAA21371; Thu, 30 Nov 1995 17:18:52 +0200 Original-Received: from aapo.tele.nokia.fi (aapo.tele.nokia.fi [131.228.134.64]) by zeus.tele.nokia.fi (8.6.4/8.6.4) with ESMTP id RAA10857; Thu, 30 Nov 1995 17:16:39 +0200 Original-Received: from localhost (jaalto@localhost) by aapo.tele.nokia.fi (8.6.4/8.6.4) id RAA20401; Thu, 30 Nov 1995 17:17:46 +0200 Original-To: jvinson@cheux.ecs.umass.edu Xref: main.gmane.org gmane.emacs.gnus.general:4181 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4181 |Nov 30 -95, jvinson@cheux.ecs.umass.edu (Jack Vinson) | >>>>> "SLB" == Steven L Baur 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