Dave Goldberg | 1 May 2006 02:26
X-Face
Picon

Re: Why I've stopped using ecomplete

What's the copyright status of EUDC?  Would it make sense for
ecomplete to be able to call out to that?
--

-- 
Dave Goldberg
david.goldberg6 <at> verizon.net

Reiner Steib | 1 May 2006 10:56
X-Face

Re: Why I've stopped using ecomplete

On Mon, May 01 2006, Dave Goldberg wrote:

> What's the copyright status of EUDC?  Would it make sense for
> ecomplete to be able to call out to that?

;;; eudc.el --- Emacs Unified Directory Client
... is part of Emacs.  And there's functionality to use it in message
mode (I didn't test it):

,----[ <f1> v message-expand-name-databases RET ]
| message-expand-name-databases is a variable defined in `message.el'.
| Its value is (bbdb eudc)
| 
| Documentation:
| List of databases to try for name completion (`message-expand-name').
| Each element is a symbol and can be `bbdb' or `eudc'.
`----

Bye, Reiner.
--

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

Lars Magne Ingebrigtsen | 1 May 2006 13:47
Face
Picon
Favicon
Gravatar

Re: Why I've stopped using ecomplete

Reiner Steib <reinersteib+gmane <at> imap.cc> writes:

> ;;; eudc.el --- Emacs Unified Directory Client
> ... is part of Emacs.  And there's functionality to use it in message
> mode (I didn't test it):

I guess ecomplete could use eudc.  However, I haven't actually heard
much talk about people using it, so I don't know how much help that
would be...

--

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi <at> gnus.org * Lars Magne Ingebrigtsen

Lars Magne Ingebrigtsen | 1 May 2006 13:49
Face
Picon
Favicon
Gravatar

Re: RSS authentication?

mah <at> everybody.org (Mark A. Hershberger) writes:

> The trac installs I've seen have all had HTTP authentication.

Basic HTTP auth?  I guess nnrss could add that; it would just have to
add the basic auth header.  As an interface thing, nnrss could use the
"http://user:password <at> place/file.rss" syntax.

--

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi <at> gnus.org * Lars Magne Ingebrigtsen

Lars Magne Ingebrigtsen | 1 May 2006 14:06
Face
Picon
Favicon
Gravatar

Re: nnweb fix

Andreas Seltenreich <andreas+ding <at> gate450.dyndns.org> writes:

> 	* nnweb.el (nnweb-request-article): Do proper xwfu encoding when
> 	fetching articles by message-id.

Ok; applied.

--

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi <at> gnus.org * Lars Magne Ingebrigtsen

Lars Magne Ingebrigtsen | 1 May 2006 14:09
Face
Picon
Favicon
Gravatar

Re: nnweb fix

Tassilo Horn <heimdall <at> uni-koblenz.de> writes:

> | Message-ID: <e16p0r$a3r$01$1 <at> news.t-online.com>
> | References: <44291c19 <at> news.ish.de>
> | 	<e0b918$4oc$03$4 <at> news.t-online.com>
> | 	<44294aab <at> news.ish.de>

I went to the message in the Message-ID header, and pushed `^'.  It
fetched the parent, and I could `^' up again to the root.

So I seem to be unable to reproduce this bug.

Is it possible that Google is directing you to a German version of
news.google.com that formats stuff differently?

--

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi <at> gnus.org * Lars Magne Ingebrigtsen

Lars Magne Ingebrigtsen | 1 May 2006 14:18
Face
Picon
Favicon
Gravatar

Re: slow PGP in No Gnus v0.4

Juliusz Chroboczek <jch <at> pps.jussieu.fr> writes:

> Unlike 1b, which is obviously bad, 1a happens all the time.  And Gnus
> (even with gnus-buttonized-mime-types set to multipart/signed) doesn't
> allow me to easily distinguish between the two -- the button just says
> ``Failed''.  Which I hereby report as a bug.

Yes, that seems bad.

You wouldn't want to fix this yourself?  :-)  I doubt I even have gpg
installed here, which makes debugging slighly more tricky. 

> A visible flag in the modeline would be an improvement over the
> current situation.  You could replace the current ``p'' with a choice
> of well-chosen characters.  Perhaps someone can make a better design
> than
>
>   1a. ?
>   1b. -
>   2a. +
>   2b. ?
>   3. space
>   4. p
>
> And if these could be coloured, that would be cool.

Looks OK to me.

> In particular, there's absolutely nothing preventing me from signing a
> message with my key and putting ``From: larsi <at> '' in the headers.
(Continue reading)

Mark A. Hershberger | 1 May 2006 14:47
Gravatar

Re: RSS authentication?

Lars Magne Ingebrigtsen <larsi <at> gnus.org> writes:

> mah <at> everybody.org (Mark A. Hershberger) writes:
>
>> The trac installs I've seen have all had HTTP authentication.
>
> Basic HTTP auth?  I guess nnrss could add that; it would just have to
> add the basic auth header.  As an interface thing, nnrss could use the
> "http://user:password <at> place/file.rss" syntax.

I could work on this since I use both nnrss and Trac.

I've wondered in the past, but only slightly paid attention to the
relevant discussion:

    Where should I commit changes?  Or, rather, how are they merged
    with EmacsCVS?

(not that I have commit access on gnus…)

--

-- 
http://hexmode.com/
GPG Fingerprint: 7E15 362D A32C DFAB E4D2  B37A 735E F10A 2DFC BFF5

In the end, the only events in life worth telling are those in which
the imperishable world erupted into this transitory world. --Carl Jung
Juliusz Chroboczek | 1 May 2006 15:32
Picon

Re: slow PGP in No Gnus v0.4

> You wouldn't want to fix this yourself?  :-)

Well, life is short, and the number of Free Software projects to work
on is infinite.  But I'm currently doing some rather interesting Gnus
hacking, and I'll have to learn about decorating Gnus buffers anyway
-- so I might end up doing that.

(In case anyone is interested: together with Z. Landau, we're
integrating the Darcs version control system with Gnus.  And in case
anyone is still listening -- any pointers to examples of code that
decorates summary buffers?)

> But that reminds me -- has anybody done any work on dkim?

DomainKeys (the nonstandard ancestor of DKIM) is being deployed by
Gmail and Pobox, which is a significant number of users.  DKIM is
being worked on, but last time I checked the spec had some rather
serious bugs due to the conflicting goals of securing mail and
permitting mailing list exploders to add random crap in messages.

> Or did that go the way of the dodo, too?

The technically correct term is ``the way of USEFOR''.

                                        Juliusz

Juliusz Chroboczek | 1 May 2006 15:36
Picon

Re: slow PGP in No Gnus v0.4

> Perhaps a X-PGP-From: right after it with the primary uid from the
> key, or perhaps Juliusz's suggestion.

Both, actually: X-PGP-Signer: in the message buffer, and something
like what I suggested in the Summary buffer.

> It may be helpful to have a mail-encrypted-paranoia meta-variable that
> flips all the PGP processing into behavior appropriate for tha
> paranoid mindset, from behavior appropriate for those who find PGP
> signatures an annoying waste of space.

Ideally, we can work out a behaviour that suits both classes of users.

(OT: PGP signatures are an annoying waste of space.  Getting your key
into the keyservers and connected to the WOT can turn out to be really
handy at some later time.)

                                        Juliusz


Gmane