On Mon, Nov 07, 2022 at 01:03:31AM -, Jeffery Small wrote:
One thing to note is that on the help page, these assignments are being
displayed as the characters A, C, D and ? which could generate
confusion since these are not the actual characters which also show up
and are bound to other act
"Kevin J. McCarthy" writes:
>On Sun, Nov 06, 2022 at 07:31:44PM -, Jeffery Small wrote:
>>I just tried that, but the debug file reports the same thing shown on the
>>command line when the key is pressed. Here are the results:
>>
>>Keypad / key: Oo: Char = A, Octal = 1101, Decimal = 577
>>
On Sun, Nov 06, 2022 at 07:31:44PM -, Jeffery Small wrote:
I just tried that, but the debug file reports the same thing shown on the
command line when the key is pressed. Here are the results:
Keypad / key: Oo: Char = A, Octal = 1101, Decimal = 577
Keypad * key: Oj: Char = C, Octal =
nces?
Just to be sure that some other setting in mutt wasn't interfering,
I emptied the .muttrc file of all options save a single keypad key
binding, but got the same result for that key.
The Num_Lock key has always been disabled for my keyboard so it is not
playing a role in what's
On Sat, Nov 05, 2022 at 07:25:46PM -0700, Jeffery Small wrote:
I tried using the what_key function, but it's of little use as it only
reports the last character of the escape sequences.
Have you tried running mutt with '-d 1', running , and looking
at ~/.muttdebug0 as you press those keys? Th
Ever since upgrading from Xubuntu 20.04 to Xubuntu 22.04.1, I've been
having a problem with certain key bindings for some keypad keys. These are
properly defined in my .muttrc file and used to work under the previous
version of the OS, but now report "Key is not bound," even though when I
type "
On Tue, Sep 28, 2021 at 09:38:28AM +0200, Bastian wrote:
On 27Sep21 11:12-0700, Kevin J. McCarthy wrote:
I'll try to dig into it if that's not the problem. However, my keyboard
doesn't have a keypad so I may have some difficulty debugging. :-)
Would this do it?
```
% xdotool key --window 0x
On Mon, Sep 27, 2021 at 11:12:42AM -0700, Kevin J. McCarthy wrote:
> On Mon, Sep 27, 2021 at 12:48:11PM -0400, Mark H. Wood wrote:
> >I wanted to bind the Enter key on the numeric pad so that it works the
> >same way as the Enter on the main key grid. I entered ":exec
> >what-key", hit pad-Enter,
On 27Sep21 11:12-0700, Kevin J. McCarthy wrote:
> I'll try to dig into it if that's not the problem. However, my keyboard
> doesn't have a keypad so I may have some difficulty debugging. :-)
Would this do it?
```
% xdotool key --window 0x100101 KP_Enter
```
--
Bastian
On Mon, Sep 27, 2021 at 12:48:11PM -0400, Mark H. Wood wrote:
I wanted to bind the Enter key on the numeric pad so that it works the
same way as the Enter on the main key grid. I entered ":exec
what-key", hit pad-Enter, and was told that it is "Char = , Octal
= 527, Decimal = 343". So I entered
On Mon, Sep 27, 2021 at 12:48:11PM -0400, Mark H. Wood wrote:
> I wanted to bind the Enter key on the numeric pad so that it works the
> same way as the Enter on the main key grid. I entered ":exec
> what-key", hit pad-Enter, and was told that it is "Char = , Octal
> = 527, Decimal = 343". So I e
I wanted to bind the Enter key on the numeric pad so that it works the
same way as the Enter on the main key grid. I entered ":exec
what-key", hit pad-Enter, and was told that it is "Char = , Octal
= 527, Decimal = 343". So I entered ":bind generic
select-entry", got no error back, but pressing
On Mon, Sep 20, 2021 at 08:31:07PM -0700, "Kevin J. McCarthy"
wrote:
> Thanks raf, I certainly can't say your opinion is due to a lack of
> experience with Mutt! However, just to be clear to everyone, my opposition
> to the "tag" interpretation is because of Mutt's current usage of
> .
>
> Men
On Tue, Sep 21, 2021 at 11:24:56AM +1000, raf wrote:
On Sat, Sep 18, 2021 at 07:28:14PM -0700, "Kevin J. McCarthy"
wrote:
Do any old timers have an opinion on this?
I guess the difference is whether you
think that a "selection" can only contain a single item
and so the purpose of the selecti
On Sat, Sep 18, 2021 at 07:28:14PM -0700, "Kevin J. McCarthy"
wrote:
> On Sat, Sep 18, 2021 at 04:34:10PM -0700, li...@ifohancroft.com wrote:
> > Personally, I see a couple of possible solutions for select-message in
> > index:
>
> Thanks for the feedback.
>
> I don't agree with #3, though.
On Sat, Sep 18, 2021 at 07:28:14PM -0700, Kevin J. McCarthy wrote:
> Displaying the message seems the most natural
> interpretation of "selection" in the index when compared to its usage in the
> other menus.
ACK
On Sat, Sep 18, 2021 at 04:34:10PM -0700, li...@ifohancroft.com wrote:
Personally, I see a couple of possible solutions for select-message in index:
Thanks for the feedback.
I don't agree with #3, though. It sounds like you've recently started
using Mutt and are still adjusting to some of th
ivalent to display-message in the index.
Personally, I see a couple of possible solutions for select-message in index:
1. If bound for index or a binding that contains the index, display an
error message on mutt start, about the function not being available in
index.
2. Keep allowing it in
On Sat, Sep 18, 2021 at 12:47:10PM -0700, li...@ifohancroft.com wrote:
I'll make select-entry equivalent to display-message for the next release.
I thought select-entry was supposed to select the message, not open
it? Sort of like the tag command?
It makes more sense for a temporary menu tha
Even though select-entry is a generic operation, it's actually not
implemented in the index. You'll want to use display-message
instead for the index.
Ah! Thank you! That explains why it was working the way it was.
When I want to open the message, I do use display-message, yes.
I'll make s
Hello
Hi
I don't have index bound to any key and space selects the entry the
cursor is on so maybe what you want is the default behavior?
I think that is what I want, yes.
However, when I remove the space binding from my config, hitting space
in index opens the message inste
On Sat, Sep 18, 2021 at 12:02:56PM -0700, li...@ifohancroft.com wrote:
I am trying to bind the space key to the `select-entry` function, but
then when I start mutt and hit the key, I get 'Key is not bound. Press
'?' for help.
I have this in my muttrc:
bind index select-entry
Even though se
-entry select the current entry'
>
> So it is clearly bound.
>
> To make sure my key actually sends space, I execute the `what-key`
> function, press the key and I get:
>
> Char = , Octal = 40, Decimal = 32
>
> To test my binding, I tested binding space to wha
e, I see:
' select-entry select the current entry'
So it is clearly bound.
To make sure my key actually sends space, I execute the `what-key`
function, press the key and I get:
Char = , Octal = 40, Decimal = 32
To test my binding, I tested binding space to what-key using:
bind inde
On 08Sep2015 22:36, Ian Zimmerman wrote:
On 2015-09-07 18:50 +1000, Cameron Simpson wrote:
macro index g "" "group reply"
macro pager g "qg" "group reply"
Buried in here is the information that mutt scans for macros
recursively, which is news to me. Still deciding if it is good or bad
new
On 2015-09-07 18:50 +1000, Cameron Simpson wrote:
> macro index g "" "group reply"
> macro pager g "qg" "group reply"
Buried in here is the information that mutt scans for macros
recursively, which is news to me. Still deciding if it is good or bad
news, but it's good to know about it :-P
--
On 07Sep2015 10:26, Michael Tatge wrote:
* On Sun, Sep 06, 2015 06:07PM -0700 Ian Zimmerman (i...@buug.org) muttered:
I've had this in .muttrc for a while (along with other bindings starting
with \ca):
macro index,pager \cac "~N" "catch
up"
Until now I always did it from the index, and it wo
* On Sun, Sep 06, 2015 06:07PM -0700 Ian Zimmerman (i...@buug.org) muttered:
> I've had this in .muttrc for a while (along with other bindings starting
> with \ca):
>
> macro index,pager \cac "~N"
> "catch up"
>
> Until now I always did it from the index, and it works flawlessly.
>
> Today I tr
the help key in pager mode the
macro shows up as it should and I see no other binding for this key
sequence anywhere.
--
Please *no* private copies of mailing list or newsgroup messages.
Rule 420: All persons more than eight miles high to leave the court.
On Tue, Dec 25, 2012 at 08:39:52PM +0100, Christian Brabandt wrote:
> Hi Woody!
>
> On Di, 25 Dez 2012, Woody Wu wrote:
>
> > Copy/paste into the .mail_aliases file is boring. Is there a key
> > binding that inserts a new aliase based on the current reading message
Hi Woody!
On Di, 25 Dez 2012, Woody Wu wrote:
> Copy/paste into the .mail_aliases file is boring. Is there a key
> binding that inserts a new aliase based on the current reading message?
Have you read the manual?
regards,
Christian
--
* Veljko [2012-12-25 10:31]:
On Tue, Dec 25, 2012 at 05:08:04PM +0800, Woody Wu wrote:
Hi, list
Copy/paste into the .mail_aliases file is boring. Is there a key
binding that inserts a new aliase based on the current reading message?
That would be "a".
a create-alias
On Tue, Dec 25, 2012 at 05:08:04PM +0800, Woody Wu wrote:
>
> Hi, list
>
> Copy/paste into the .mail_aliases file is boring. Is there a key
> binding that inserts a new aliase based on the current reading message?
That would be "a".
a create-aliascreat
Hi, list
Copy/paste into the .mail_aliases file is boring. Is there a key
binding that inserts a new aliase based on the current reading message?
Thanks.
--
woody
I can't go back to yesterday - because I was a different person then.
On Fri, Sep 14, 2012 at 09:32:01AM +1000, Cameron Simpson wrote:
> On 12Sep2012 19:37, Lewis Pike wrote:
> > Is it possible to bind multiple functions to a single key such
> > that successive keypresses cycle through the functions? I'd like
> > to be able to use the control-l key to first execute
On 12Sep2012 19:37, Lewis Pike wrote:
| Is it possible to bind multiple functions to a single key such that
| successive keypresses cycle through the functions? I'd like to be
| able to use the control-l key to first execute , then
| if it is pressed again, to execute and finally, if
| pressed a
Is it possible to bind multiple functions to a single key such that
successive keypresses cycle through the functions? I'd like to be
able to use the control-l key to first execute , then
if it is pressed again, to execute and finally, if
pressed a third time, execute .
For emacs users, the fun
> | SK wrote:
> | > Is there a quick way for me to forward emails to a fixed/hardcoded
> | > email address with say a single key press? It could work either in the
> | > index or the pager view.
> |
> | If bounce doesn't work for you, the only other thing I can think of is
> | to a script. [...]
>
On 10Feb2012 19:02, Kevin McCarthy wrote:
| SK wrote:
| > Is there a quick way for me to forward emails to a fixed/hardcoded
| > email address with say a single key press? It could work either in the
| > index or the pager view.
|
| If bounce doesn't work for you, the only other thing I can think
SK wrote:
> Is there a quick way for me to forward emails to a fixed/hardcoded
> email address with say a single key press? It could work either in the
> index or the pager view.
If bounce doesn't work for you, the only other thing I can think of is
to a script.
Something like this:
#!/bin/bas
Hi all,
Is there a quick way for me to forward emails to a fixed/hardcoded
email address with say a single key press? It could work either in the
index or the pager view.
Regards,
SK
* Bastien Dejean [01-02-12 15:22]:
>
> '^h' always worked as expected but 'l' didn't.
>
> So, with the following config:
>
> set mbox_type = Maildir
> set folder = ~/.maildir
> set spoolfile = +/inbox
> bind pager \Ch help
>
> If I press 'l' in pager mode, mutt goes nuts.
ok,
Patrick Shanahan:
> * Bastien Dejean [01-02-12 14:27]:
> > Patrick Shanahan:
> > >
> > > try binding to a different key than "h" and see if you have the same
> > > condition. Would indicate it possibly is a bug in mutt.
> >
> >
* Bastien Dejean [01-02-12 14:27]:
> Patrick Shanahan:
> >
> > try binding to a different key than "h" and see if you have the same
> > condition. Would indicate it possibly is a bug in mutt.
>
> Seems only '^h' makes my mutt go mad.
then to fu
angle
> > > brackets".
> > >
> > > But maybe it should be a macro?
> > >
> > > Anyway, my original problem was to find a good replacement binding for
> > > 'help', since I would prefer '?' to be bound to 'sear
e a macro?
> >
> > Anyway, my original problem was to find a good replacement binding for
> > 'help', since I would prefer '?' to be bound to 'search-reverse', and
> > obviously '^h' is not a good choice.
>
> try binding to a diffe
* Bastien Dejean [01-02-12 05:48]:
> It's not a macro:
>
> bind pager \Ch help
>
> And hence: "the function name is to be specified without angle
> brackets".
>
> But maybe it should be a macro?
>
> Anyway, my original problem was to find a g
Cameron Simpson:
> On 01Jan2012 10:42, Bastien Dejean wrote:
> | Cameron Simpson:
> | > On 31Dec2011 14:24, Bastien Dejean wrote:
> | > | If I add the following binding to my `.muttrc`:
> | > | bind pager \Ch help
> | > | And if I press 'l' in the p
On 01Jan2012 10:42, Bastien Dejean wrote:
| Cameron Simpson:
| > On 31Dec2011 14:24, Bastien Dejean wrote:
| > | If I add the following binding to my `.muttrc`:
| > | bind pager \Ch help
| > | And if I press 'l' in the pager, I can see the cursor flickering at the
| &
Cameron Simpson:
> On 31Dec2011 14:24, Bastien Dejean wrote:
> | If I add the following binding to my `.muttrc`:
> |
> | bind pager \Ch help
> |
> | And if I press 'l' in the pager, I can see the cursor flickering at the
> | bottom right of the message list a
On 31Dec2011 14:24, Bastien Dejean wrote:
| If I add the following binding to my `.muttrc`:
|
| bind pager \Ch help
|
| And if I press 'l' in the pager, I can see the cursor flickering at the
| bottom right of the message list area... Only '^c' can get me out of this.
Hi,
If I add the following binding to my `.muttrc`:
bind pager \Ch help
And if I press 'l' in the pager, I can see the cursor flickering at the
bottom right of the message list area... Only '^c' can get me out of this.
Greetings,
--
b.d
(| |)
^ ^
>> I know there are key bindings to go up and down the mailbox folder in
>> the sidebar. Is there any way I can make my life a bit more easier by
>> binding a key to select a specific mailbox folder. For example ctrl-1
>> would select the first inbox, ctrl-2 the second et
On Thursday 11/24/11 19:38:02 CST, SK wrote:
> Hi,
>
> I know there are key bindings to go up and down the mailbox folder in
> the sidebar. Is there any way I can make my life a bit more easier by
> binding a key to select a specific mailbox folder. For example ctrl-1
> woul
Hi,
I know there are key bindings to go up and down the mailbox folder in
the sidebar. Is there any way I can make my life a bit more easier by
binding a key to select a specific mailbox folder. For example ctrl-1
would select the first inbox, ctrl-2 the second etc.?
Regards,
SK
d restarting
xterm) fixes the issue. It seems strange to me that what-key worked
but the binding w/o the fix didn't, but I'll leave it as one of life's
great mysteries.
Thanks!
\t
On Tue, Oct 25, 2011 at 03:19:38PM -0500, Tycho Andersen wrote:
> On Tue, Oct 25, 2011 at 08:53:59PM +0200, Veljko wrote:
> >
> > Hi!
> >
> > Alt is same as pushed and released Esc, so \ej would give you ALT+j.
>
> Thanks for the response!
>
> Unfortunately, I still have the same problem (push
Hello,
On Tue, Oct 25, 2011 at 03:19:38PM -0500, Tycho Andersen wrote:
> Unfortunately, I still have the same problem (push \ej or push
> \252 works, but pressing ALT+j doesn't; pressing esc then j
> does, though).
I am somewhat familiar with this. I know that in irssi it is the
same concept. I h
On Tue, Oct 25, 2011 at 08:53:59PM +0200, Veljko wrote:
>
> Hi!
>
> Alt is same as pushed and released Esc, so \ej would give you ALT+j.
Thanks for the response!
Unfortunately, I still have the same problem (push \ej or push \252
works, but pressing ALT+j doesn't; pressing esc then j does, thou
On Tue, Oct 25, 2011 at 01:34:30PM -0500, Tycho Andersen wrote:
> Hi all,
>
> I'm trying to bind a key combination to an action. Specifically, I'm
> trying to bind ALT+j to something. :exec what-key gives me octal 252
> as the value for this key combo, so I stuck:
>
> bind index,pager \252 side
Hi all,
I'm trying to bind a key combination to an action. Specifically, I'm
trying to bind ALT+j to something. :exec what-key gives me octal 252
as the value for this key combo, so I stuck:
bind index,pager \252 sidebar-next
in my ~/.muttrc. However, when I source it and press ALT+j, it tells
On Sat, Apr 17, 2010 at 8:38 PM, Michael Elkins wrote:
> On Sat, Apr 17, 2010 at 01:47:36PM -0400, Asif Iqbal wrote:
>>
>> Our company policy is to forward the spam as an attachment to company
>> abuse address.
>>
>> So, I am doing all the following 6 steps to do just that
>>
>> f
>> To:
>> S
On Sat, Apr 17, 2010 at 11:30 PM, Asif Iqbal wrote:
> On Sat, Apr 17, 2010 at 8:38 PM, Michael Elkins wrote:
>> On Sat, Apr 17, 2010 at 01:47:36PM -0400, Asif Iqbal wrote:
>>>
>>> Our company policy is to forward the spam as an attachment to company
>>> abuse address.
>>>
>>> So, I am doing all t
* Michael Elkins on Saturday, April 17, 2010 at 17:38:15 -0700
> On Sat, Apr 17, 2010 at 01:47:36PM -0400, Asif Iqbal wrote:
>> Our company policy is to forward the spam as an attachment to company
>> abuse address.
>>
>> So, I am doing all the following 6 steps to do just that
>>
>> f
>> To:
>
On Sat, Apr 17, 2010 at 8:38 PM, Michael Elkins wrote:
> On Sat, Apr 17, 2010 at 01:47:36PM -0400, Asif Iqbal wrote:
>>
>> Our company policy is to forward the spam as an attachment to company
>> abuse address.
>>
>> So, I am doing all the following 6 steps to do just that
>>
>> f
>> To:
>> S
On Sat, Apr 17, 2010 at 01:47:36PM -0400, Asif Iqbal wrote:
Our company policy is to forward the spam as an attachment to company
abuse address.
So, I am doing all the following 6 steps to do just that
f
To:
Subject: the long message
Forward as attachment?
It's not possible to make
On Sat, Apr 17, 2010 at 6:51 PM, Brian Ryans wrote:
> Quoting Asif Iqbal on 2010-04-17 12:47:36:
>> Hi All
>>
>> Our company policy is to forward the spam as an attachment to company
>> abuse address.
>>
>> So, I am doing all the following 6 steps to do just that
>>
>> f
>> To:
>> Subject
Quoting Asif Iqbal on 2010-04-17 12:47:36:
> Hi All
>
> Our company policy is to forward the spam as an attachment to company
> abuse address.
>
> So, I am doing all the following 6 steps to do just that
>
>f
> To:
> Subject: the long message
> Forward as attachment?
>
>
>
>
Hi All
Our company policy is to forward the spam as an attachment to company
abuse address.
So, I am doing all the following 6 steps to do just that
f
To:
Subject: the long message
Forward as attachment?
Is it possible to bind all these steps to one key like for example `S'
i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On Thursday, October 29 at 06:08 PM, quoth Randomcoder:
>So far I got this
> macro index A 's=[Gmail]/All Mail'
>
>somehow when I do A on a message I get
>=[Gmail]/All MailMail
>
>Yeah, that's right, double "Mail".
>How do I correct this ?
It's bec
Hi,
I'm interested in making an archive key binding for gmail.
So far I got this
macro index A 's=[Gmail]/All Mail'
somehow when I do A on a message I get
=[Gmail]/All MailMail
Yeah, that's right, double "Mail".
How do I correct this ?
Running
Mutt 1.5.18 (2008
On Sat, Oct 10, 2009 at 10:36:30PM +0600, Anton Bobov wrote:
> bind index,pager d delete-message
yep, my error, of course it works by default. Seems one of my macros was
broken, sorry for the noise. All working now ;)
--
John
Hi.
On Sat, Oct 10, 2009 at 05:21:10PM +0100, John wrote:
> After not using mutt for a while, I was suprised finding the latest mutt
> [Mutt 1.5.20 (2009-06-14)] didn't have a default binding for
> delete-message. If I look into the help, it tells me that
> default-message is
Hi,
After not using mutt for a while, I was suprised finding the latest mutt
[Mutt 1.5.20 (2009-06-14)] didn't have a default binding for
delete-message. If I look into the help, it tells me that
default-message is unbound. Often I want to tag messages and delete them. For
this
I'd us
Michael Tatge wrote:
> * On Wed, Jun 24, 2009 11:46AM +0200 Jan-Herbert Damm (jan-h-d...@web.de)
> muttered:
>> this .muttrc entry (in my /etc/Muttrc):
>>
>> macro generic,pager " less /[...]/doc/mutt/manual.txt
>>
>> seems to be trapped by Gnome somehow. F1 (from within mutt) starts
>> the gnom
* On Wed, Jun 24, 2009 11:46AM +0200 Jan-Herbert Damm (jan-h-d...@web.de)
muttered:
> this .muttrc entry (in my /etc/Muttrc):
>
> macro generic,pager " less /[...]/doc/mutt/manual.txt
>
> seems to be trapped by Gnome somehow. F1 (from within mutt) starts the
> gnome-terminal-help on my ubuntu
Hello,
this .muttrc entry (in my /etc/Muttrc):
macro generic,pager " less /[...]/doc/mutt/manual.txt
seems to be trapped by Gnome somehow. F1 (from within mutt) starts the
gnome-terminal-help on my ubuntu 8.10.
How to change this?
jan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday, February 17 at 09:37 AM, quoth Sven Hergenhahn:
>Hi Kyle,
>
>Kyle Wheeler schrieb:
>> On Monday, February 16 at 02:31 PM, quoth Sven Hergenhahn:
>>> I'm trying to bind control-up and control-down.
>>
>> the way to find out if mutt can see
Hi Kyle,
Kyle Wheeler schrieb:
> On Monday, February 16 at 02:31 PM, quoth Sven Hergenhahn:
>> I'm trying to bind control-up and control-down.
>
> the way to find out if mutt can see those characters is to use
> the function
Thanks. Tried that and it returned
Char = A, Oktal = 101, Dezimal =
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday, February 16 at 02:31 PM, quoth Sven Hergenhahn:
>I'm trying to bind control-up and control-down.
Good luck - many terminals don't actually understand those as any
different than normal up and down.
But, the way to find out if mutt can see
Hi,
I'm trying to bind control-up and control-down.
Neither
nor \c
nor \111
does the trick.
Any ideas?
Thanks,
Sven
Hi,
(sorry if double-posted, but my original post did not show up for 5 hours)
I'm trying to bind control-up and control-down.
Neither
nor \c
nor \111
does the trick.
Any ideas?
Thanks,
Sven
Hi Rado!
On Sunday, April 13, 2008 at 15:03:00 +0200, Rado Smiljanic wrote:
> On some systems Shift-TAB works, but you'd need to capture the raw
> ESC-sequence produced by it, there is no mutt-code for it.
The Shift-TAB key combination produces a on many
keyboards. Mutt can bind .
Bye!
On 04/13/08 15:03, Rado S wrote:
> =- Marianne Promberger wrote on Sun 13.Apr'08 at 13:21:56 +0100 -=
>
> > This works fine:
> > bindeditor"\e\t" complete-query
> > But really, I'd rather bind it to Ctrl-Tab, but this
> > bindeditor"\C\t" complete-query
> > doesn't do the trick -
=- Marianne Promberger wrote on Sun 13.Apr'08 at 13:21:56 +0100 -=
> What does "^T" stand for? I can't figure this out. Certanily, the
> actual "^" and "T" keys don't work for me.
Ctrl-T (or Strg-T)
> This works fine:
> bindeditor"\e\t" complete-query
> But really, I'd rather bind it to
Hi List,
The mutt manual says: "In any prompt for address entry, you can use the
complete-query function (default: ^T) ... "
What does "^T" stand for? I can't figure this out. Certanily, the
actual "^" and "T" keys don't work for me.
So I tried rebinding
This works fine:
bindeditor"\e
On 2007-10-14, Felix 'buebo' Kakrow <[EMAIL PROTECTED]> wrote:
> Hello,
> Am 13.10.07 19:12 schrieb Gary Johnson <[EMAIL PROTECTED]>:
> > To see what mutt receives when you type a key or key combination,
> > execute this in mutt:
> >
> >:exec what-key
>
> This does only seem to work when I s
Hello,
Am 13.10.07 19:12 schrieb Gary Johnson <[EMAIL PROTECTED]>:
> To see what mutt receives when you type a key or key combination,
> execute this in mutt:
>
>:exec what-key
This does only seem to work when I set $LANG to something that is not UTF-8,
per default $LANG is de_DE.UTF-8 on my
On 2007-10-13, Felix 'buebo' Kakrow <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm using mutt 1.5.16 with the sidebar patch and I'd like to use the ctrl +
> the arrow keys to move around in the sidebar.
>
> I've tried this in ~/.muttrc
>
> bind index \Csidebar-prev
> bind index \C sidebar-next
>
Hello,
I'm using mutt 1.5.16 with the sidebar patch and I'd like to use the ctrl +
the arrow keys to move around in the sidebar.
I've tried this in ~/.muttrc
bind index \Csidebar-prev
bind index \C sidebar-next
bind index \C sidebar-open
but it doesn't work. Quotes don't change anything.
A
On Tue, Jul 10, 2007 at 07:52:09PM -0600, Kyle Wheeler wrote:
> On Wednesday, July 11 at 11:42 AM, quoth Andrew Strong:
> >I normally check mail from within Mutt 1.5.16 as follows:
> >
> > ! Fetchmail -v
> >
> >but I suspect this could be bound to a key rather than typed in each
> >time. I have fla
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday, July 11 at 11:42 AM, quoth Andrew Strong:
>I normally check mail from within Mutt 1.5.16 as follows:
>
> ! Fetchmail -v
>
>but I suspect this could be bound to a key rather than typed in each
>time. I have flailed around with no success,
Hi,
I normally check mail from within Mutt 1.5.16 as follows:
! Fetchmail -v
but I suspect this could be bound to a key rather than typed in each
time. I have flailed around with no success, could I have a little
direction from the mutt-users?
Thanks,
Andrew
--
Andrew's Corner
http://peo
t; > That's control-V and then the backspace key. What does it show?
| > It sends the ^?.
|
| that's the "delete" character - not the backspace one.
Which means, in case Sven wasn't clear enough, that you should be binding
instead of .
Or remap your keyboard - pe
* Rich <[EMAIL PROTECTED]> [2002-07-12 12:11]:
> On Fri,Jul12,2002at10:04:45PM+1000, Cameron Simpson wrote:
> > Might want to check your backspace is actually sending ^H and not ^?.
> > Type: ^V
> > That's control-V and then the backspace key. What does it show?
>
> It sends the ^?.
that's the "d
On Fri,Jul12,2002at10:04:45PM+1000, Cameron Simpson wrote:
> Might want to check your backspace is actually sending ^H and not ^?.
> Type:
> ^V
> That's control-V and then the backspace key. What does it show?
> --
> Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au
On 06:12 12 Jul 2002, Rich <[EMAIL PROTECTED]> wrote:
| On Fri,Jul12,2002at01:10:33AM-0700, John Iverson wrote:
| > Try ":bind pager previous-line"
| Tried that. Still gives the error "Key is not bound". I can bind just about
| any other key. I was just wondering why the default doesnt work. I am
On Fri,Jul12,2002at01:10:33AM-0700, John Iverson wrote:
>
> Try ":bind pager previous-line"
>
> --
> John
Tried that. Still gives the error "Key is not bound". I can bind just about
any other key. I was just wondering why the default doesnt work. I am
running this in xterm. I have tried all th
* On Thu, 11 Jul 2002, Rich wrote:
> I have tried actually binding the keys while i am in mutt with
> the command ":bind pager backspace previous-line"
Try ":bind pager previous-line"
--
John
key or the < key which if i look in
the help they are BOTH defined as previous-line. I have tried actually
binding the keys while i am in mutt with the command ":bind pager
backspace previous-line" the command doesnt return any errors but again
it still doesnt work. I have tried set
1 - 100 of 224 matches
Mail list logo