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: Wed, 06 Jan 2016 20:33:01 +0200 Message-ID: <83r3hu36ea.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> 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 1452105199 15129 80.91.229.3 (6 Jan 2016 18:33:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2016 18:33:19 +0000 (UTC) Cc: rgm@gnu.org, michael.albinus@gmx.de, emacs-devel@gnu.org To: John Wiegley , larsi@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 06 19:33:13 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 1aGstO-0004yG-93 for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2016 19:33:06 +0100 Original-Received: from localhost ([::1]:55699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGstN-0005aj-Qc for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2016 13:33:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGstH-0005Y0-3y for emacs-devel@gnu.org; Wed, 06 Jan 2016 13:33:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGstD-0003Mg-5v for emacs-devel@gnu.org; Wed, 06 Jan 2016 13:32:59 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGstD-0003Mc-2a; Wed, 06 Jan 2016 13:32:55 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1152 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aGstB-0002g0-51; Wed, 06 Jan 2016 13:32:54 -0500 In-reply-to: (message from John Wiegley on Wed, 06 Jan 2016 09:23:35 -0800) 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:197707 Archived-At: > From: John Wiegley > Cc: Lars Magne Ingebrigtsen , rgm@gnu.org, michael.albinus@gmx.de, emacs-devel@gnu.org > Date: Wed, 06 Jan 2016 09:23:35 -0800 > > >>>>> Eli Zaretskii writes: > > > John, is it okay to commit changes to 'async' directly to ELPA, or would you > > like to see them in advance? > > Feel free to commit fixes directly to ELPA. OK, done. 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. I don't think debbugs will, but maybe now the patch proposed by Andreas will help. If not, I will continue debugging this later.