From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: [PATCH] Fix the single quote printed in the message printed by org-table-edit-formulas Date: Thu, 10 Mar 2016 11:41:13 -0500 Message-ID: References: <87oaamuw2q.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013a04a8872f2e052db47b7b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae3eJ-0001Gk-OX for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 11:41:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ae3eE-0002rG-2Y for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 11:41:19 -0500 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:33556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae3eD-0002qj-Sp for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 11:41:13 -0500 Received: by mail-ob0-x235.google.com with SMTP id fz5so86505603obc.0 for ; Thu, 10 Mar 2016 08:41:13 -0800 (PST) In-Reply-To: <87oaamuw2q.fsf@kyleam.com> 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: Kyle Meyer Cc: emacs-org list --089e013a04a8872f2e052db47b7b Content-Type: text/plain; charset=UTF-8 Good point. I will submit a new patch later today. On Thursday, March 10, 2016, Kyle Meyer wrote: > Kaushal Modi > writes: > > [...] > > > - (message > > + (message "%s" > > (substitute-command-keys "\\\ > > Edit formulas, finish with `\\[org-ctrl-c-ctrl-c]' or > > `\\[org-edit-special]'. \ > > See menu for more commands."))))) > > There are a few other places in Org that call > "(message (substitute-command-keys ...))". I'd prefer this patch to > take of them all in one go. > > -- > Kyle > -- -- Kaushal Modi --089e013a04a8872f2e052db47b7b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Good point.=C2=A0

I will submit a new patch= later today.=C2=A0

On Thursday, March 10, 2016, Kyle Meyer <kyle@kyleam.com> wrote:
Kaushal Modi <kaushal.modi@gm= ail.com> writes:

[...]

> -=C2=A0 =C2=A0 =C2=A0 (message
> +=C2=A0 =C2=A0 =C2=A0 (message "%s"
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (substitute-command-keys "\\<= ;org-mode-map>\
>=C2=A0 Edit formulas, finish with `\\[org-ctrl-c-ctrl-c]' or
> `\\[org-edit-special]'.=C2=A0 \
>=C2=A0 See menu for more commands.")))))

There are a few other places in Org that call
"(message (substitute-command-keys ...))".=C2=A0 I'd prefer t= his patch to
take of them all in one go.

--
Kyle


--

--
Kaushal Modi
--089e013a04a8872f2e052db47b7b--