Gnus development mailing list
 help / color / mirror / Atom feed
* message-x.el
@ 2002-01-30 16:16 Robert Epprecht
  2002-01-31 13:46 ` message-x.el Matthieu Moy
  2002-01-31 16:43 ` message-x.el Kai Großjohann
  0 siblings, 2 replies; 9+ messages in thread
From: Robert Epprecht @ 2002-01-30 16:16 UTC (permalink / raw)


;; message-x.el -- customizable completion in message headers
;; Copyright (C) 1998 Kai Großjohann

I do use and love Kai's message-x.el
I wonder why this is not included in Gnus?  Kai?

Robert Epprecht



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: message-x.el
  2002-01-30 16:16 message-x.el Robert Epprecht
@ 2002-01-31 13:46 ` Matthieu Moy
  2002-01-31 16:50   ` message-x.el ShengHuo ZHU
  2002-01-31 16:43 ` message-x.el Kai Großjohann
  1 sibling, 1 reply; 9+ messages in thread
From: Matthieu Moy @ 2002-01-31 13:46 UTC (permalink / raw)


Robert Epprecht <epprecht@sunweb.ch> writes:

> ;; message-x.el -- customizable completion in message headers
> ;; Copyright (C) 1998 Kai Großjohann
>
> I do use and love Kai's message-x.el
> I wonder why this is not included in Gnus?  Kai?

I also do ! 

(same question for BBDB and Emacs)

-- 
Matthieu



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: message-x.el
  2002-01-30 16:16 message-x.el Robert Epprecht
  2002-01-31 13:46 ` message-x.el Matthieu Moy
@ 2002-01-31 16:43 ` Kai Großjohann
  2002-01-31 17:00   ` message-x.el Matthieu Moy
  2002-02-01  1:38   ` message-x.el Daniel Pittman
  1 sibling, 2 replies; 9+ messages in thread
From: Kai Großjohann @ 2002-01-31 16:43 UTC (permalink / raw)
  Cc: ding

Robert Epprecht <epprecht@sunweb.ch> writes:

> I do use and love Kai's message-x.el
> I wonder why this is not included in Gnus?  Kai?

I think the most important functionality is already part of Gnus, see
the function message-tab.

There is some functionality which message-x has but message-tab does
not: message-x-tab tries to find out whether it should jump to the
next header.  message-tab does nothing when it can't complete.

Do you think that this functionality is important?  (The
implementation is very hairy.)

kai
-- 
~/.signature is: umop 3p!sdn    (Frank Nobis)



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: message-x.el
  2002-01-31 13:46 ` message-x.el Matthieu Moy
@ 2002-01-31 16:50   ` ShengHuo ZHU
  0 siblings, 0 replies; 9+ messages in thread
From: ShengHuo ZHU @ 2002-01-31 16:50 UTC (permalink / raw)


Matthieu Moy <matthieumNOSPAM@yahoo.com.invalid> writes:

[...]

> (same question for BBDB and Emacs)

I think it is a copyright problem.

ShengHuo



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: message-x.el
  2002-01-31 16:43 ` message-x.el Kai Großjohann
@ 2002-01-31 17:00   ` Matthieu Moy
  2002-01-31 17:33     ` message-x.el Kai Großjohann
  2002-02-04 17:03     ` message-x.el Fabien Penso
  2002-02-01  1:38   ` message-x.el Daniel Pittman
  1 sibling, 2 replies; 9+ messages in thread
From: Matthieu Moy @ 2002-01-31 17:00 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> I think the most important functionality is already part of Gnus, see
> the function message-tab.

I've just seen that in your previous post. 

> There is some functionality which message-x has but message-tab does
> not: message-x-tab tries to find out whether it should jump to the
> next header.  message-tab does nothing when it can't complete.
>
> Do you think that this functionality is important?  (The
> implementation is very hairy.)

I  like it,  yes. When  I'm in  a  header, I  just hit  TAB, and  your
message-x guesses exactly what I want. To go to the body, TAB is a lot
shorter than C-c C-b, and  easier to remember (I had already forgotten
it !) 

-- 
Matthieu



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: message-x.el
  2002-01-31 17:00   ` message-x.el Matthieu Moy
@ 2002-01-31 17:33     ` Kai Großjohann
  2002-02-04 17:03     ` message-x.el Fabien Penso
  1 sibling, 0 replies; 9+ messages in thread
From: Kai Großjohann @ 2002-01-31 17:33 UTC (permalink / raw)


Matthieu Moy <matthieumNOSPAM@yahoo.com.invalid> writes:

> I  like it,  yes. When  I'm in  a  header, I  just hit  TAB, and  your
> message-x guesses exactly what I want. To go to the body, TAB is a lot
> shorter than C-c C-b, and  easier to remember (I had already forgotten
> it !) 

You must be very lucky that message-x guesses what you want :-)

Anyhow, maybe it's a good idea to add this functionality to
message-tab, as well.  The problem is to find out, after invoking a
completion function, what the function did.

kai
-- 
~/.signature is: umop 3p!sdn    (Frank Nobis)



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: message-x.el
  2002-01-31 16:43 ` message-x.el Kai Großjohann
  2002-01-31 17:00   ` message-x.el Matthieu Moy
@ 2002-02-01  1:38   ` Daniel Pittman
  1 sibling, 0 replies; 9+ messages in thread
From: Daniel Pittman @ 2002-02-01  1:38 UTC (permalink / raw)


On Thu, 31 Jan 2002, Kai Großjohann wrote:

[...]

> There is some functionality which message-x has but message-tab does
> not: message-x-tab tries to find out whether it should jump to the
> next header.  message-tab does nothing when it can't complete.
> 
> Do you think that this functionality is important?  (The
> implementation is very hairy.)

No, because it's an AI-complete problem. ;)
        Daniel

-- 
Big whorls have little whorls that feed on their velocity
And little whorls have lesser whorls and so on to viscosity.
        -- Lewis F. Richardson, quoted in Gleick's 'Chaos'



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: message-x.el
  2002-01-31 17:00   ` message-x.el Matthieu Moy
  2002-01-31 17:33     ` message-x.el Kai Großjohann
@ 2002-02-04 17:03     ` Fabien Penso
  2002-02-04 17:51       ` message-x.el David S. Goldberg
  1 sibling, 1 reply; 9+ messages in thread
From: Fabien Penso @ 2002-02-04 17:03 UTC (permalink / raw)



Matthieu on Thu, 31 Jan 2002 18:00:00 +0100 wrote:

 >> There is some functionality which message-x has but message-tab does
 >> not: message-x-tab tries to find out whether it should jump to the
 >> next header.  message-tab does nothing when it can't complete.
 >> 
 >> Do you think that this functionality is important?  (The
 >> implementation is very hairy.)

 > I  like it,  yes. When  I'm in  a  header, I  just hit  TAB, and  your
 > message-x guesses exactly what I want. To go to the body, TAB is a lot
 > shorter than C-c C-b, and  easier to remember (I had already forgotten
 > it !) 

Same here. I just love it :-)

-- 
Fabien Penso <penso@linuxfr.org> | LinuxFr a toujours besoin de :
http://perso.LinuxFR.org/penso/  | http://linuxfr.org/dons/




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: message-x.el
  2002-02-04 17:03     ` message-x.el Fabien Penso
@ 2002-02-04 17:51       ` David S. Goldberg
  0 siblings, 0 replies; 9+ messages in thread
From: David S. Goldberg @ 2002-02-04 17:51 UTC (permalink / raw)


>>>>> On Mon, 04 Feb 2002 18:03:54 +0100, Fabien Penso
>>>>> <penso@linuxfr.org> said:

>>> Do you think that this functionality is important?  (The
>>> implementation is very hairy.)

>> I  like it,  yes. When  I'm in  a  header, I  just hit  TAB, and  your
>> message-x guesses exactly what I want. To go to the body, TAB is a lot
>> shorter than C-c C-b, and  easier to remember (I had already forgotten
>> it !) 

> Same here. I just love it :-)

To each his own.  I way too often find myself completing on multiple
addresses, particularly in Cc, but also in To.  Back when I used
message-x, I turned off the jumping functionality immediately upon
finding myself typing addresses into the body :-) I am not suggesting
that the "guess-where-to-go" functionality shouldn't be incorporated,
but it should be turned off by default.

-- 
Dave Goldberg
david.goldberg6@verizon.net





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-02-04 17:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-30 16:16 message-x.el Robert Epprecht
2002-01-31 13:46 ` message-x.el Matthieu Moy
2002-01-31 16:50   ` message-x.el ShengHuo ZHU
2002-01-31 16:43 ` message-x.el Kai Großjohann
2002-01-31 17:00   ` message-x.el Matthieu Moy
2002-01-31 17:33     ` message-x.el Kai Großjohann
2002-02-04 17:03     ` message-x.el Fabien Penso
2002-02-04 17:51       ` message-x.el David S. Goldberg
2002-02-01  1:38   ` message-x.el Daniel Pittman

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