From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: insert space after specific chars Date: Wed, 16 Jul 2008 23:10:48 +0200 Message-ID: References: <487B5CF9.9030300@tqtvd.com> <487CDD83.7020108@tqtvd.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216242784 20378 80.91.229.12 (16 Jul 2008 21:13:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 21:13:04 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Rodrigo Canellas Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 16 23:13:51 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KJEJp-0005rl-7b for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jul 2008 23:13:49 +0200 Original-Received: from localhost ([127.0.0.1]:60057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJEIw-0004MI-Lu for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jul 2008 17:12:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJEIZ-0004KR-6z for help-gnu-emacs@gnu.org; Wed, 16 Jul 2008 17:12:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJEIW-0004I0-Ry for help-gnu-emacs@gnu.org; Wed, 16 Jul 2008 17:12:30 -0400 Original-Received: from [199.232.76.173] (port=54828 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJEIW-0004Hs-O6 for help-gnu-emacs@gnu.org; Wed, 16 Jul 2008 17:12:28 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:46307) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJEIW-0004Xx-HW for help-gnu-emacs@gnu.org; Wed, 16 Jul 2008 17:12:28 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id C76A5E6041BC; Wed, 16 Jul 2008 23:10:49 +0200 (CEST) Original-Received: from [93.132.188.197] (helo=thursday) by smtp05.web.de with asmtp (WEB.DE 4.109 #226) id 1KJEGv-0008KW-00; Wed, 16 Jul 2008 23:10:49 +0200 In-Reply-To: <487CDD83.7020108@tqtvd.com> (Rodrigo Canellas's message of "Tue\, 15 Jul 2008 14\:25\:23 -0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) X-Sender: n_schumacher@web.de X-Provags-ID: V01U2FsdGVkX184PuT7x2tS5KSoLr2vokw4Wnj0pGjeX0DJgwJB cb/N6bOXhAm71FgemCRbZajPI1QqOCOJt5zHNTGLlipdl2BICu kfUqjMfVL5Y6AXH7BFow== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55648 Archived-At: Rodrigo Canellas wrote: > I would like to insert a single space after certain characters, such as '+', > -', '&', '=', etc. > > I think I can do this with a hook lisp function, but I do not know how. http://www.emacswiki.org/cgi-bin/emacs-en/SmartOperator regards, Nikolaj Schumacher