From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to escape spaces after full stops? Date: Sun, 24 Jun 2012 15:52:06 +0200 Message-ID: <87k3ywn7g9.fsf@gmail.com> References: <87hau1n90d.fsf@math.ethz.ch> <87sjdlm45y.fsf@gmail.com> <87395ley9v.fsf@math.ethz.ch> <87obo8nc24.fsf@gmail.com> <87pq8oomj8.fsf@math.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SinHf-0007ol-Vs for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 09:55:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SinHe-0002lG-1v for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 09:55:23 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:62327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SinHd-0002iE-P0 for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 09:55:21 -0400 Received: by wefh52 with SMTP id h52so2774881wef.0 for ; Sun, 24 Jun 2012 06:55:19 -0700 (PDT) In-Reply-To: <87pq8oomj8.fsf@math.ethz.ch> (Marius Hofert's message of "Sun, 24 Jun 2012 15:40:59 +0200") 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: Marius Hofert Cc: emacs-orgmode@gnu.org Marius Hofert writes: > Nicolas Goaziou writes: >> For example, you can have: >> >> (add-to-list 'org-entities-user '(spc "\\ " nil " " " " " " " ")) >> >> And then use >> >> p.\spc{}17 > > I have put the above line in ~/.emacs and restarted emacs. It writes now as "p.17", > so without space at all. Do you know why? Yes, that is a typo on my side: it should be "spc", not spc. Regards,