From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: [PATCH] Fix the single quote printed in the message printed by org-table-edit-formulas Date: Thu, 10 Mar 2016 11:00:07 -0500 Message-ID: <87wppauxvc.fsf@kyleam.com> References: <87twkelm5u.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae30d-0004ra-7e for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 11:00:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ae30X-0005T6-H4 for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 11:00:19 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:59866 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae30X-0005Sw-Cy for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 11:00:13 -0500 In-Reply-To: <87twkelm5u.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 10 Mar 2016 10:25:33 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kaushal Modi Cc: emacs-org list Nicolas Goaziou writes: >> Fix the quote style when in the "C-c '" key-binding that is printed in the >> echo via the substitute-command-keys function. In emacs 25.x, a straight >> quote is rendered as a right-curly quote by default. > > Shouldn't this be handled by `substitute-command-keys' already? The fix > looks like a hack. message will still try to apply its quoting changes to the output of substitute-command-keys. While it does look like a hack, I think it's the easiest way to fix it and consistent with how it's been handled on Emacs's side (see, e.g., Emacs's 6cd2629 and Org's d77a52a). -- Kyle