From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: postmaster@faulbaum.in-berlin.de Newsgroups: gmane.emacs.help Subject: Re: nnir problem with mailboxes with umlauts (oh sorry, the last mail was HTML) Date: Wed, 12 Jun 2019 11:14:20 +0200 (CEST) Message-ID: <1425122457.36.1560330860909@webmail-ng.in-berlin.de> References: <1225074402.30.1560266049169@webmail-ng.in-berlin.de> <8736kg5ej7.fsf@ericabrahamsen.net> <871s002c7n.fsf@ericabrahamsen.net> Reply-To: postmaster@faulbaum.in-berlin.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="153208"; mail-complaints-to="usenet@blaine.gmane.org" Cc: "help-gnu-emacs@gnu.org" To: Eric Abrahamsen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 12 11:15:00 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hazLP-000dcn-UZ for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Jun 2019 11:15:00 +0200 Original-Received: from localhost ([::1]:57870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hazLO-0007K2-Tp for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Jun 2019 05:14:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38019) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hazKu-0007G0-8i for help-gnu-emacs@gnu.org; Wed, 12 Jun 2019 05:14:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hazKt-0005Oa-6t for help-gnu-emacs@gnu.org; Wed, 12 Jun 2019 05:14:28 -0400 Original-Received: from einhorn-mail.in-berlin.de ([217.197.80.20]:47361) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hazKs-0005NH-Sz for help-gnu-emacs@gnu.org; Wed, 12 Jun 2019 05:14:27 -0400 X-Envelope-From: postmaster@faulbaum.in-berlin.de Original-Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id x5C9EKs6005722 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 12 Jun 2019 11:14:21 +0200 In-Reply-To: <871s002c7n.fsf@ericabrahamsen.net> X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.10.2-Rev4 X-Originating-Client: open-xchange-appsuite X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.197.80.20 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:120921 Archived-At: > On June 11, 2019 8:45 PM Eric Abrahamsen wrote: >=20 > =20 > Eric Abrahamsen writes: >=20 > > Robert Pluim writes: > > > >>>>>>> On Tue, 11 Jun 2019 17:14:09 +0200 (CEST), postmaster@faulbaum.in= -berlin.de said: > >> > >> postmaster> It seems that nnir has problems with mailboxes which h= ave umlauts in > >> postmaster> there names. > >> > >> postmaster> Am I right that this is a bug? > >> > >> Yes. You should do 'M-x report-emacs-bug' which will gather > >> information about your emacs, and create a bug report containing this > >> info. > >> > >> Robert > >> > >> PS There have been some changes in the latest master branch of Emacs > >> to better handle non-ascii group names, that might function better > >> (but you didn=CA=BCt tell us which version of emacs you=CA=BCre using = :-) ) > > > > Right, this sounds like the stuff I've been working on/breaking. Do tel= l > > us your Emacs version, and in the meantime I'll check the relevant area= s > > of the code. >=20 > I tested this with Emacs 26.1, and it looks like the same bug is present > there -- I'm surprised no one's run into it before. I'll look into a > fix, either as part of scratch/gnus-decoded or (probably better) its > own patch. I use the last stable version of emacs (26.2) and added the one line of the= patch into the line 973 of nnir.el (byte-compiled the file) but this doesn= 't work for me. Don't know what I made wrong.-(