From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Sending multiple patches Date: Mon, 02 Jun 2014 15:11:45 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1401736357 2385 80.91.229.3 (2 Jun 2014 19:12:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2014 19:12:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michal Nazarewicz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 02 21:12:30 2014 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 1WrXeo-0004F4-G7 for ged-emacs-devel@m.gmane.org; Mon, 02 Jun 2014 21:12:30 +0200 Original-Received: from localhost ([::1]:48851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrXen-0008WV-Kk for ged-emacs-devel@m.gmane.org; Mon, 02 Jun 2014 15:12:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrXec-0008SL-Rc for emacs-devel@gnu.org; Mon, 02 Jun 2014 15:12:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrXeU-0001P3-KF for emacs-devel@gnu.org; Mon, 02 Jun 2014 15:12:18 -0400 Original-Received: from mercure.iro.umontreal.ca ([132.204.24.67]:55085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrXeU-0001Oj-G4 for emacs-devel@gnu.org; Mon, 02 Jun 2014 15:12:10 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id C162A2413F; Mon, 2 Jun 2014 15:12:09 -0400 (EDT) Original-Received: from lechon.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 865B71E5B8B; Mon, 2 Jun 2014 15:11:45 -0400 (EDT) Original-Received: by lechon.iro.umontreal.ca (Postfix, from userid 20848) id 629EBB40F6; Mon, 2 Jun 2014 15:11:45 -0400 (EDT) In-Reply-To: (Michal Nazarewicz's message of "Mon, 02 Jun 2014 20:33:21 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.81, requis 5, autolearn=not spam, ALL_TRUSTED -2.82, MC_POURMOI 0.01, MC_TSTLAST 0.00) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 132.204.24.67 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:172272 Archived-At: > The simplest would probably be to change the entity to numeric one even > in HTML, but I'm not sure if users would like it. Indeed, I for one would be very disappointed to see   instead of   there. Of course, I'd even prefer seeing "=C2=A0". >> - Rather than ("end-" 1), tildify-ignored-environments-alist should >> probably just use "end-\\1" so it can just use `replace-match'. > Good idea. Do you think it'd be acceptable to completely drop support > for =E2=80=9C("end-" 1)=E2=80=9D and change the meaning of strings to be = processed by > `replace-mach'? For the major-mode-set buffer-local variable, there'd be no backward compatibility issue, of course. > It would greatly simplify the code and I don't expect many people > customising `tildify-ignored-environments-alist' much, so I would go > for it myself. You can give it a try, and see if someone screams. Stefan