all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: emacs-devel@gnu.org
Subject: Re: 23.0.60; Coding system troubles since two days
Date: Thu, 27 Mar 2008 11:17:46 +0100	[thread overview]
Message-ID: <874pasqxmd.fsf@member.fsf.org> (raw)
In-Reply-To: <878x04iknm.fsf@fastmail.fm> (Tassilo Horn's message of "Thu, 27 Mar 2008 10:25:01 +0100")

Tassilo Horn <thorn+news@fastmail.fm> writes:

> Since I updated my emacs CVS checkout on march, 26th in the morning
> (EST) I have some very frustrating coding system issues.  They appeared
> first when using Gnus (I couldn't read mails of one of my colleagues),
> then I got some errors with rcirc (which I cannot reproduce).
>
> First I've thought it was a Gnus related problem, but now I tend more to
> say it's something in the coding system handling of emacs.  There are a
> few mails/postings of mine with more details, e.g. one of the mails I
> cannot open on the ding@gnus.org list / gmane.emacs.gnus.general group.
>
>   http://article.gmane.org/gmane.emacs.gnus.general/66565
>   http://article.gmane.org/gmane.emacs.gnus.general/66567
>   http://article.gmane.org/gmane.emacs.gnus.general/66568
>   http://article.gmane.org/gmane.emacs.gnus.general/66570
>   http://article.gmane.org/gmane.emacs.gnus.general/66573
>
> Maybe the following change causes the troubles?
>
> ,----
> | 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
> | 
>
> [...]
>
> | 	* process.h (struct Lisp_Process): Remove filter_multibyte.
> | 	* process.c (QCfilter_multibyte): Remove.
> | 	(setup_process_coding_systems): Don't use filter_multibyte.
> | 	(Fstart_process, Fmake_network_process): Don't set filter_multibyte.
> | 	(read_process_output): Don't adjust multibyteness to filter_multibyte.
> | 	(Fset_process_filter_multibyte): Change the coding-system to
> | 	approximate the previous behavior.
> | 	(Fprocess_filter_multibyte_p): Get the multibyteness straight from the
> | 	coding-system.
> | 
> | 	* coding.c (decode_coding_object): When not decoding into a buffer,
> | 	obey the coding system's preference of (uni|multi)byte.
> `----

It seems, I am right.  I did

  % cvs up -D "2008-03-25 06:00"
  % make bootstrap

to get the last working version and the entry on top of src/ChangeLog
now is

,----
| 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
| 
| 	* casefiddle.c (casify_object): Avoid pathological N^2 worst case if
| 	every char is changed and has a different byte-length.
| 	(Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
| 	Fix int -> EMACS_INT.
`----

Now my Gnus works again.  So could you please double-check if that
change was valid?

Bye,
Tassilo




  reply	other threads:[~2008-03-27 10:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27  9:25 23.0.60; Coding system troubles since two days Tassilo Horn
2008-03-27 10:17 ` Tassilo Horn [this message]
2008-03-27 14:34 ` Tom Rauchenwald
2008-03-27 14:34 ` Stefan Monnier
2008-03-27 15:01   ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874pasqxmd.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.