Gnus development mailing list
 help / color / mirror / Atom feed
* Automatic diff treatment
@ 2003-04-08 19:20 Jesper Harder
  2003-04-09  9:53 ` Vasily Korytov
  0 siblings, 1 reply; 5+ messages in thread
From: Jesper Harder @ 2003-04-08 19:20 UTC (permalink / raw)


I've added a feature to treat diffs -- it's mainly useful for groups
where diffs of commited files are automatically sent to.

It's turned on in gnus.commits by default, you can add other groups
with the option `mm-uu-diff-groups-regexp'.



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

* Re: Automatic diff treatment
  2003-04-08 19:20 Automatic diff treatment Jesper Harder
@ 2003-04-09  9:53 ` Vasily Korytov
  2003-04-09 10:53   ` Jesper Harder
  0 siblings, 1 reply; 5+ messages in thread
From: Vasily Korytov @ 2003-04-09  9:53 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 889 bytes --]

On Tue, 08 Apr 2003 21:20:50 +0200, Jesper Harder wrote:

> I've added a feature to treat diffs -- it's mainly useful for groups
> where diffs of commited files are automatically sent to.
>
> It's turned on in gnus.commits by default, you can add other groups
> with the option `mm-uu-diff-groups-regexp'.

This makes an error under XEmacs 21.4/non-MULE. Backtrace follows:

Signaling: (void-variable buffer-file-coding-system)
  mm-uu-copy-to-buffer(2205 2548)
  mm-uu-dissect()
  gnus-display-mime()
  gnus-article-prepare-display()
  gnus-article-prepare(223 nil)
  gnus-summary-display-article(223 nil)
  gnus-summary-select-article(nil nil pseudo)
  gnus-summary-scroll-up(1)
  call-interactively(gnus-summary-scroll-up)

-- 
       I accept RFC3156 and RFC2440-compatible encrypted mail.
PGP key fingerprint: 123A 7CCE 6E26 6233 0D87 E01A A0F8 3524 FCD8 1841

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: Automatic diff treatment
  2003-04-09  9:53 ` Vasily Korytov
@ 2003-04-09 10:53   ` Jesper Harder
  2003-04-09 22:36     ` Jesper Harder
  0 siblings, 1 reply; 5+ messages in thread
From: Jesper Harder @ 2003-04-09 10:53 UTC (permalink / raw)


deskpot@despammed.com (Vasily Korytov) writes:

> On Tue, 08 Apr 2003 21:20:50 +0200, Jesper Harder wrote:
>
>> I've added a feature to treat diffs -- it's mainly useful for groups
>> where diffs of commited files are automatically sent to.
>
> This makes an error under XEmacs 21.4/non-MULE. Backtrace follows:
>
> Signaling: (void-variable buffer-file-coding-system)
>   mm-uu-copy-to-buffer(2205 2548)

Thanks, it should be fixed now.

FWIW, I think it's either an XEmacs bug or a documentation bug that
`buffer-file-coding-system' isn't always bound.



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

* Re: Automatic diff treatment
  2003-04-09 10:53   ` Jesper Harder
@ 2003-04-09 22:36     ` Jesper Harder
  2003-04-10 10:25       ` Vasily Korytov
  0 siblings, 1 reply; 5+ messages in thread
From: Jesper Harder @ 2003-04-09 22:36 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jesper Harder <harder@myrealbox.com> writes:

> deskpot@despammed.com (Vasily Korytov) writes:
>
>> On Tue, 08 Apr 2003 21:20:50 +0200, Jesper Harder wrote:
>>
>>> I've added a feature to treat diffs -- it's mainly useful for groups
>>> where diffs of commited files are automatically sent to.
>>
>> This makes an error under XEmacs 21.4/non-MULE. Backtrace follows:
>>
>> Signaling: (void-variable buffer-file-coding-system)
>>   mm-uu-copy-to-buffer(2205 2548)
>
> Thanks, it should be fixed now.

By the way, could you try to verify the signature in this message.
I don't have a non-MULE XEmacs, and something might also be wrong in
this case.

- -- 
Eĥoŝanĝo ĉiuĵaŭde
Γειά σας
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+lKCOzEN/MEcathkRAtAYAJ9J5KexvXeYL0OzwgDJ/OWIqxsm1wCcDyI4
0fwJOf9BrAeVyFSmvURE8Js=
=ht+k
-----END PGP SIGNATURE-----



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

* Re: Automatic diff treatment
  2003-04-09 22:36     ` Jesper Harder
@ 2003-04-10 10:25       ` Vasily Korytov
  0 siblings, 0 replies; 5+ messages in thread
From: Vasily Korytov @ 2003-04-10 10:25 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

On Thu, 10 Apr 2003 00:36:58 +0200, Jesper Harder wrote:

> By the way, could you try to verify the signature in this message.
> I don't have a non-MULE XEmacs, and something might also be wrong in
> this case.

You mean the PGP signature? Sure. It seems to be OK.

-- 
       I accept RFC3156 and RFC2440-compatible encrypted mail.
PGP key fingerprint: 123A 7CCE 6E26 6233 0D87 E01A A0F8 3524 FCD8 1841

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2003-04-10 10:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-08 19:20 Automatic diff treatment Jesper Harder
2003-04-09  9:53 ` Vasily Korytov
2003-04-09 10:53   ` Jesper Harder
2003-04-09 22:36     ` Jesper Harder
2003-04-10 10:25       ` Vasily Korytov

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