Re: keyboard paste address in compose, To: line

2009-09-07 Thread Patrick Gen-Paul
Thomas Baker wrote: [..] I'll try to find the where the mappings of X colors to features of mutt are defined... That would be in your ~/.muttrc. There used to be a slew of such mappings at wiki.mutt.org but right now practically all the links appear to be broken. Useful samples and screen

Re: keyboard paste address in compose, To: line

2009-09-07 Thread Thomas Baker
On Sun, Sep 06, 2009 at 07:27:54PM -0500, Derek Martin wrote: > As a compromise between this and the 10x18 font, you might try this > instead: > > xterm -fn '-*-fixed-bold-*-*-*-18-*-*-*-*-*-*-*' Thank you, Derek! > If you like that, you can replace your XTerm.font resource line with > one th

Re: keyboard paste address in compose, To: line

2009-09-06 Thread Derek Martin
On Fri, Sep 04, 2009 at 02:46:39PM -0400, Thomas Baker wrote: > > works on xterm too (-font is an alias). The 10x20 font will actually > > quite closely resemble the Windows 10x18 console font. I don't really > > like to use the -fg and -bg options, because they color *everything*, > > and that's

Re: keyboard paste address in compose, To: line

2009-09-04 Thread Chris G
On Fri, Sep 04, 2009 at 01:15:16PM -0500, Derek Martin wrote: > On Fri, Sep 04, 2009 at 12:14:41PM -0400, Dan Ritter wrote: > > > I'm probably older than most people on this list, > > You're not the only old-timer; though I don't like to think of myself > as old, I've been programming computers s

Re: keyboard paste address in compose, To: line

2009-09-04 Thread Thomas Baker
On Fri, Sep 04, 2009 at 01:15:16PM -0500, Derek Martin wrote: > > > and I was never able to reproduce the nice, large, readable > > > interface of a Windows console window with 10x18 Raster fonts in a > > > 120x45 window, black letters on grey, in any xterm window, though > > > I'm sure it could be

Re: keyboard paste address in compose, To: line

2009-09-04 Thread Derek Martin
On Fri, Sep 04, 2009 at 02:24:20PM -0400, Thomas Baker wrote: > I have gotten (almost) this far two or three times before but > never managed to find the manual or Web page that provides a > list of possibilities or shows what the fonts look like. There isn't one, but try: $ xfontsel It's a b

Re: keyboard paste address in compose, To: line

2009-09-04 Thread Thomas Baker
On Fri, Sep 04, 2009 at 12:14:41PM -0400, Dan Ritter wrote: > > I'm probably older than most people on this list, and I was > > never able to reproduce the nice, large, readable interface of a > > Windows console window with 10x18 Raster fonts in a 120x45 > > window, black letters on grey, in any x

Re: keyboard paste address in compose, To: line

2009-09-04 Thread Derek Martin
On Fri, Sep 04, 2009 at 12:14:41PM -0400, Dan Ritter wrote: > > I'm probably older than most people on this list, You're not the only old-timer; though I don't like to think of myself as old, I've been programming computers since 1983, and working with them professionally since about 1994. There

Re: keyboard paste address in compose, To: line

2009-09-04 Thread Patrick Gen-Paul
bill lam wrote: On Thu, 03 Sep 2009, Patrick Gen-Paul wrote: I'm pretty sure that a bit like mutt, gnu/screen supports piping its commands to an external application, but I'm don't see at a glance how this could be implemented. You can use screen bindkey. Adding the following into ~/.screenrc

Re: keyboard paste address in compose, To: line

2009-09-04 Thread Dan Ritter
On Thu, Sep 03, 2009 at 09:42:02PM -0400, Thomas Baker wrote: > On Thu, Sep 03, 2009 at 05:47:45PM -0500, Derek Martin wrote: > > > I run mutt on Cygwin in a Windows console window > > > > Yuck. Why? :) > > Well I'm glad you asked that question... :-) > > > FWIW, you can run

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Thomas Baker
On Thu, Sep 03, 2009 at 05:47:45PM -0500, Derek Martin wrote: > > I run mutt on Cygwin in a Windows console window > > Yuck. Why? :) Well I'm glad you asked that question... :-) > FWIW, you can run startx (in cygwin) and use a proper > xterm, and save a lot of hastle. The wi

Re: keyboard paste address in compose, To: line

2009-09-03 Thread bill lam
On Thu, 03 Sep 2009, Patrick Gen-Paul wrote: > I'm pretty sure that a bit like mutt, gnu/screen supports piping its > commands to an external application, but I'm don't see at a glance > how this could be implemented. You can use screen bindkey. Adding the following into ~/.screenrc, the xsel ser

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Patrick Gen-Paul
Gary Johnson wrote: On 2009-09-03, Patrick Gen-Paul wrote: Gary Johnson wrote: [..] Is their anyway I could copy something mutt+vim to the clipboard and retrieve it in Seamonkey via a Ctrl-V for instance? Ahem.. "there"..? maybe - I'll have to remember proofreading one's mail is not an o

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Gary Johnson
On 2009-09-03, Patrick Gen-Paul wrote: > Gary Johnson wrote: > > [..] > > >That's true, and I use it frequently, but it will only copy and > >paste among windows running in that terminal. You can't, for > >example, use it to copy from Firefox and paste into mutt. > > But in this instance, you

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Derek Martin
On Thu, Sep 03, 2009 at 06:26:50PM -0400, Thomas Baker wrote: > I run mutt on Cygwin in a Windows console window Yuck. Why? :) FWIW, you can run startx (in cygwin) and use a proper xterm, and save a lot of hastle. The windows console is next to useless to me, and I find the fonts are horrible

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Thomas Baker
On Thu, Sep 03, 2009 at 03:10:17PM -0500, Derek Martin wrote: > Note in particular that ctrl-x/c/v are primarily Windows keyboard > shortcuts, which a handful of platform-independent GUI programs have > copied. You should generally not expect they will work in a Unix > environment, though they som

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Patrick Gen-Paul
Gary Johnson wrote: [..] That's true, and I use it frequently, but it will only copy and paste among windows running in that terminal. You can't, for example, use it to copy from Firefox and paste into mutt. But in this instance, you still have to use the mouse to select what you paste to t

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Gary Johnson
On 2009-09-03, Derek Martin wrote: > On Thu, Sep 03, 2009 at 01:42:32PM -0700, Gary Johnson wrote: > > Man page: > > > > http://linux.die.net/man/1/xclip > > That's neat, but I don't really see how it's going to help here, > given that the OP wants to paste an address. He'd have to have a w

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Derek Martin
On Thu, Sep 03, 2009 at 01:42:32PM -0700, Gary Johnson wrote: > Man page: > > http://linux.die.net/man/1/xclip That's neat, but I don't really see how it's going to help here, given that the OP wants to paste an address. He'd have to have a way to output exactly the address he wants to stdou

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Chris G
On Thu, Sep 03, 2009 at 05:56:42PM -0400, Dave Dodge wrote: > On Thu, Sep 03, 2009 at 03:10:17PM -0500, Derek Martin wrote: > > under X if you highlight it, it is automatically and immediately > > copied to the clipboard. > > It's more complicated than that: > > http://www.jwz.org/oc/x-cut-and-

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Dave Dodge
On Thu, Sep 03, 2009 at 03:10:17PM -0500, Derek Martin wrote: > under X if you highlight it, it is automatically and immediately > copied to the clipboard. It's more complicated than that: http://www.jwz.org/oc/x-cut-and-paste.html Some of the newer applications, toolkits, and desktop managers

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Gary Johnson
On 2009-09-03, Derek Martin wrote: > > On Thu, Sep 03, 2009 at 01:19:43PM -0400, brownh wrote: > > Often, when composing a message, I want to past an address in the To: > > line without using my mouse. However, the usual C-y or C-v keyboard > > commands don't work. Any suggestions? > > Under U

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Gary Johnson
On 2009-09-03, brownh wrote: > I'm running a rxvt-unicode terminal. In it (and in mutt), text > selected with the mouse (and pointer location) shows up in reverse > color. However, the only way I know how to mark, copy and paste is > with the use of the mouse. Much of my work is with emacs, where

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Derek Martin
On Thu, Sep 03, 2009 at 01:19:43PM -0400, brownh wrote: > Often, when composing a message, I want to past an address in the To: > line without using my mouse. However, the usual C-y or C-v keyboard > commands don't work. Any suggestions? Under Unix, the pasting is possible, but I know of no way

Re: keyboard paste address in compose, To: line

2009-09-03 Thread brownh
I'm running a rxvt-unicode terminal. In it (and in mutt), text selected with the mouse (and pointer location) shows up in reverse color. However, the only way I know how to mark, copy and paste is with the use of the mouse. Much of my work is with emacs, where selecting text, copying and pasting fr

[pgenp...@gmail.com: Re: keyboard paste address in compose, To: line]

2009-09-03 Thread brownh
="4.44,326,1249254000"; d="scan'208";a="134970770" From: Patrick Gen-Paul Subject: Re: keyboard paste address in compose, To: line To: mutt-users@mutt.org List-Post: <mailto:mutt-users@mutt.org> List-Unsubscribe: send mail to majord...@mutt.org, body only "un

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Gary Johnson
On 2009-09-03, brownh wrote: > Often, when composing a message, I want to past an address in the To: > line without using my mouse. However, the usual C-y or C-v keyboard > commands don't work. Any suggestions? Here's an idea. Mutt has a 'query_command' variable (see the mutt manual) that's in

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Patrick Gen-Paul
brownh wrote: Often, when composing a message, I want to past an address in the To: line without using my mouse. However, the usual C-y or C-v keyboard commands don't work. Any suggestions? What terminal are you running mutt in? How do you select the address you want to paste? Where are you

Re: keyboard paste address in compose, To: line

2009-09-03 Thread Dan Ritter
On Thu, Sep 03, 2009 at 01:19:43PM -0400, brownh wrote: > Often, when composing a message, I want to past an address in the To: > line without using my mouse. However, the usual C-y or C-v keyboard > commands don't work. Any suggestions? Entirely dependent on your terminal program, not Mutt. Mut

keyboard paste address in compose, To: line

2009-09-03 Thread brownh
Often, when composing a message, I want to past an address in the To: line without using my mouse. However, the usual C-y or C-v keyboard commands don't work. Any suggestions? If I may, a minor secondary question. When I type in an address on the To: line, the insertion point is not visible. Th