Re: scrolling in a message

2001-04-16 Thread Horace G. Friend III

On Sat, Apr 14, 2001 at 07:13:01AM -0700, CB wrote:
 On Sat, Apr 14, 2001 at 10:05:31AM -0400, John P. Verel wrote:
 
  Also, behavior is somewhat a function of how you run mutt.  For
  instance, I run inside a KDE2.1 Konsole.  Konsole allows choice of
  keyboard mappings.  I've had to fiddle with this setting and provide for
  some explicit mappings in my .muttrc to get what I want.
 
 Could you share some of your settings?  You just described my system and
 the backspace key does not work for previous line and I've not figured
 out what I need to change within KDE to make it work.

I like to navigate my mail with just my right hand so I've got the ff.
lines in my ~/.mutt/bind-keys file and sourced out in ~/.mutt/muttrc

bind pager \+ previous-line  #this works for the numpad +
 #the enter key already defaults to
 #next-line, otherwise set it
bind pager \, previous-line  #this works for  key
bind pager \. next-line  #this works for  key
bind pager 0 delete-message  #do everything with a single hand
bind index 0 delete-message  #default "q" and "i" still works

HTH. Cheers.

-- 
Horace G. Friend III
[EMAIL PROTECTED]
GnuPG DSA/ElGamal Key Fingerprint
9295 80C4 C723 621B 9C2D  B53E D432 7936 4CA9 8AD6



Re: scrolling in a message

2001-04-15 Thread John P. Verel

I have my Konsole setting to xterm (XFree 3.x.x).  I also have the
following bindings in my .muttrc:

bind generic home first-entry
bind generic end last-entry
bind generic backspace previous-line

Seems to me these binding should be extraneous, but everything is
working fine...so I leave it alone...for now ;)

HTH

John
On 04/14/01, 02:01:53PM -0500, David Rock wrote:
 On Sat, Apr 14, 2001 at 07:13:01AM -0700, CB wrote:
  
  Could you share some of your settings?  You just described my system and
  the backspace key does not work for previous line and I've not figured
  out what I need to change within KDE to make it work.
 
 I have found that using the Del key instead of the Backspace key works
 when the Backspace key doesn't. The Enter key has always worked for me
 to scroll down one line.
 
 -- 
 David Rock
 [EMAIL PROTECTED]



-- 
John P. Verel
Norwalk, CT



scrolling in a message

2001-04-14 Thread Jeroen Valcke

Hey group,

Been using mutt for a while now but still haven't figured this out.
How can I scroll in a message? I know I can scroll down one page at a time
by pressing space and back up with _
But how can I scroll line by line, I just can't find this simple thing.
Found something about '' and '' but this only works in the message
lister.
Thankx

-- 
Jeroen Valcke   [EMAIL PROTECTED]   
ICQ# 30116911   Home page: http://www.valcke.com/jeroen
Phone +32(0)56 32 91 37 Mobile +32(0)486 88 21 26



Re: scrolling in a message

2001-04-14 Thread Wade A. Mosely

Jeroen Valcke wrote:
 But how can I scroll line by line, I just can't find this simple thing.
 Found something about '' and '' but this only works in the message
 lister.

In the pager, you can use the previous-line function to scroll up
one line.  I believe the default binding for this is the
backspace key.  For scrolling down one line in the pager, use
the next-line function, which is bound by default to the enter
key.

-- Mr. Wade

-- 
Linux: The Choice of the GNU Generation





Re: scrolling in a message

2001-04-14 Thread John P. Verel

On 04/14/01, 08:44:29AM -0400, Wade A. Mosely wrote:
 Jeroen Valcke wrote:
  But how can I scroll line by line, I just can't find this simple thing.
  Found something about '' and '' but this only works in the message
  lister.
 
 In the pager, you can use the previous-line function to scroll up
 one line.  I believe the default binding for this is the
 backspace key.  For scrolling down one line in the pager, use
 the next-line function, which is bound by default to the enter
 key.
 
 -- Mr. Wade
Also, behavior is somewhat a function of how you run mutt.  For
instance, I run inside a KDE2.1 Konsole.  Konsole allows choice of
keyboard mappings.  I've had to fiddle with this setting and provide for
some explicit mappings in my .muttrc to get what I want.

John
 
 -- 
 Linux: The Choice of the GNU Generation
 

-- 
John P. Verel
Norwalk, CT



Re: scrolling in a message

2001-04-14 Thread CB

On Sat, Apr 14, 2001 at 10:05:31AM -0400, John P. Verel wrote:

 Also, behavior is somewhat a function of how you run mutt.  For
 instance, I run inside a KDE2.1 Konsole.  Konsole allows choice of
 keyboard mappings.  I've had to fiddle with this setting and provide for
 some explicit mappings in my .muttrc to get what I want.

Could you share some of your settings?  You just described my system and
the backspace key does not work for previous line and I've not figured
out what I need to change within KDE to make it work.
-- 
Blue skies...   Todd
| Get a bigger hammer!   |  Sometimes you get what you want.  |
| http://www.mrball.net  |  Sometimes you get experience. |
| http://faq.mrball.net  | --unknown origin   |



Re: scrolling in a message

2001-04-14 Thread Paul Cox

On Saturday, Apr 14, 2001, Jeroen Valcke wrote:

 Been using mutt for a while now but still haven't figured this out.
 How can I scroll in a message? I know I can scroll down one page at a time
 by pressing space and back up with _
 But how can I scroll line by line, I just can't find this simple thing.
 Found something about '' and '' but this only works in the message
 lister.

Try putting this in your muttrc (this is what I use):

bindpager   upprevious-line
bindpager   down  next-line
bindpager   left  previous-entry
bindpager   right next-entry

You could also do this for the message index:

bindindex   upprevious-entry
bindindex   down  next-entry

-- 
[EMAIL PROTECTED], ICQ#: 25370820, OpenPGP key at www.keyserver.net
1024D/39F0BBF4 2024 B7CB 10BF 6BE7 2ECE  E0FD 1360 0181 39F0 BBF4

Current Linux uptime: 1 day 5 hours 23 minutes.



Re: scrolling in a message

2001-04-14 Thread Ken Weingold

On Sat, Apr 14, 2001, Jeroen Valcke wrote:
 Been using mutt for a while now but still haven't figured this out.
 How can I scroll in a message? I know I can scroll down one page at a time
 by pressing space and back up with _
 But how can I scroll line by line, I just can't find this simple thing.
 Found something about '' and '' but this only works in the message
 lister.

If this helps, I make some things in the mutt pager like less.  I
mapped the up arrow to previous-line and the down arrow to next-line.

bind pager up previous-line
bind pager down next-line




-Ken

-- 
[EMAIL PROTECTED]AIM: ScopusFest



Re: scrolling in a message

2001-04-14 Thread David Rock

On Sat, Apr 14, 2001 at 07:13:01AM -0700, CB wrote:
 
 Could you share some of your settings?  You just described my system and
 the backspace key does not work for previous line and I've not figured
 out what I need to change within KDE to make it work.

I have found that using the Del key instead of the Backspace key works
when the Backspace key doesn't. The Enter key has always worked for me
to scroll down one line.

-- 
David Rock
[EMAIL PROTECTED]

 PGP signature