From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master 88578a4: Increase the default number of hits Date: Thu, 07 Jan 2016 18:03:20 +0200 Message-ID: <83egdt2x87.fsf@gnu.org> References: <20151224213932.12107.84317@vcs.savannah.gnu.org> <87wps1ghyu.fsf@gnus.org> <0xd1ttrmgp.fsf@fencepost.gnu.org> <87si2oq5z2.fsf@gnus.org> <90mvswd7ej.fsf@fencepost.gnu.org> <87ege8l98o.fsf@gnus.org> <87si2lppuq.fsf@gmx.de> <87fuyhpq28.fsf@gmx.de> <8360zccqud.fsf@gnu.org> <83wprm3ena.fsf@gnu.org> <83r3hu36ea.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1452182669 19486 80.91.229.3 (7 Jan 2016 16:04:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2016 16:04:29 +0000 (UTC) Cc: jwiegley@gmail.com, emacs-devel@gnu.org, michael.albinus@gmx.de, rgm@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 07 17:04:28 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aHD2Y-00006X-Ms for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2016 17:03:54 +0100 Original-Received: from localhost ([::1]:59272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHD2Y-0005Yn-3Y for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2016 11:03:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHD1y-0004dh-BB for emacs-devel@gnu.org; Thu, 07 Jan 2016 11:03:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHD1q-0000nY-B5 for emacs-devel@gnu.org; Thu, 07 Jan 2016 11:03:18 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHD1q-0000nL-8h; Thu, 07 Jan 2016 11:03:10 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1670 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aHD1o-0005CB-HS; Thu, 07 Jan 2016 11:03:09 -0500 In-reply-to: (message from Lars Magne Ingebrigtsen on Thu, 07 Jan 2016 05:16:47 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197734 Archived-At: > From: Lars Magne Ingebrigtsen > Cc: John Wiegley , rgm@gnu.org, michael.albinus@gmx.de, emacs-devel@gnu.org > Date: Thu, 07 Jan 2016 05:16:47 +0100 > > Eli Zaretskii writes: > > > Lars, please update both the emacs-25 branch and elpa, and try again > > accessing debbugs bugs with non-ASCII characters (using emacs-25.0.50, > > not 25.1.50 from master). At least your simplified example: > > > > (async-get (async-start `(lambda () "báh"))) > > > > now works for me. > > Yup; this now works for me. Thanks. > > > I don't think debbugs will, but maybe now the patch proposed by > > Andreas will help. If not, I will continue debugging this later. > > After Andreas' fix, debbugs works fine, too. Great, thanks.