From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: how to insert single quotes around a command? Date: Fri, 31 Oct 2008 22:42:53 +0100 Message-ID: <490B7BDD.1000808@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225489523 31501 80.91.229.12 (31 Oct 2008 21:45:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 21:45:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: sewkokot@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 31 22:46:25 2008 connect(): Connection refused 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 1Kw1p1-0002Cw-OR for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Oct 2008 22:46:23 +0100 Original-Received: from localhost ([127.0.0.1]:38399 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw1nv-00023I-7E for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Oct 2008 17:45:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kw1nc-00022b-1E for help-gnu-emacs@gnu.org; Fri, 31 Oct 2008 17:44:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kw1na-000214-9p for help-gnu-emacs@gnu.org; Fri, 31 Oct 2008 17:44:55 -0400 Original-Received: from [199.232.76.173] (port=48268 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw1nZ-00020r-Q1 for help-gnu-emacs@gnu.org; Fri, 31 Oct 2008 17:44:53 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:38583) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Kw1nZ-0002XR-Mr for help-gnu-emacs@gnu.org; Fri, 31 Oct 2008 17:44:54 -0400 Original-Received: (qmail invoked by alias); 31 Oct 2008 21:44:51 -0000 Original-Received: from 62-47-35-198.adsl.highway.telekom.at (EHLO [62.47.35.198]) [62.47.35.198] by mail.gmx.net (mp024) with SMTP; 31 Oct 2008 22:44:51 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/3i3NPjgL37z5ItNEOuZSyuKSmJ98KkUy0nAKsrF qfwv4vsBhJYEnK User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) Original-References: 87y704ltpn.fsf@poczta.po.opole.pl X-Y-GMX-Trusted: 0 X-FuHaFi: 0.77 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:59312 Archived-At: > It took me some time to understand how > to use this function ;-), because invoking it by M-x `insert-hyphen-or-two' > inserts > character Sorry, I'll try to be less cryptic next time. I use this function because most often I first expand the name of the symbol and then hitting "'" twice means I don't have to think about an extra command to do what I want. It doesn't work in c-mode because till now I was too lazy to define a separate symbol-table for this. martin