From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: Emacs insert empty string Date: Thu, 24 Mar 2011 11:42:52 +0100 Message-ID: References: <5908567d-3d1a-4f09-a4cb-e2c3ee9557be@k7g2000yqj.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1300963922 18783 80.91.229.12 (24 Mar 2011 10:52:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2011 10:52:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Kenneth Brun Nielsen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 24 11:51:57 2011 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.69) (envelope-from ) id 1Q2i8z-0006HO-2x for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Mar 2011 11:51:57 +0100 Original-Received: from localhost ([127.0.0.1]:39735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2i7V-0006V5-NW for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Mar 2011 06:50:25 -0400 Original-Received: from [140.186.70.92] (port=41442 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2i0Y-0004rm-V4 for help-gnu-emacs@gnu.org; Thu, 24 Mar 2011 06:43:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2i0X-0004Mv-KG for help-gnu-emacs@gnu.org; Thu, 24 Mar 2011 06:43:14 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:50250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2i0X-0004Mg-F2 for help-gnu-emacs@gnu.org; Thu, 24 Mar 2011 06:43:13 -0400 Original-Received: by iwl42 with SMTP id 42so12470862iwl.0 for ; Thu, 24 Mar 2011 03:43:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=/J/uAhB2M/BnOkmwXZ2mygtKkJG3dz+jGmQEWxMzL14=; b=AGjWNnq1ynhOtIVPVldocPlY8Y4/4ZWE6+861yEOtIzuVUcetzcasiLkw9Mqvfg3Kj fwilA3cwSY53+VFsiPrJF3eqjs/W81DLUXMmfOqr7TXhplp8074X6q6ANgUxx1iD8f1T 6BxhkKhnRtejBUh9A9dPgL0b9lhhlT8zvw6n0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=U9YwnMTfVr4BXFyIePW/J5Bo0Mk8LNzX+yDWrWYkoXGP8GBnt0tPRT9eOheIoyeII6 YxCmsxq0yo6MnAhBYld5U9GzqJsKS4p79af1+VTW15JvEDihtHOoXuex2ZH4fMZJp0O7 yp4Qbc04WiDPWWX0yNdbAre+6kg9jH2DD0+V8= Original-Received: by 10.231.31.195 with SMTP id z3mr7810685ibc.182.1300963392155; Thu, 24 Mar 2011 03:43:12 -0700 (PDT) Original-Received: by 10.231.199.200 with HTTP; Thu, 24 Mar 2011 03:42:52 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 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:80380 Archived-At: 2011/3/24 Kenneth Brun Nielsen : > On Mar 24, 5:47=A0am, PJ Weisberg wrote: >> On Wed, Mar 23, 2011 at 6:46 PM, Kenneth Brun Nielsen >> >> wrote: >> > Hi, >> >> > I'm a happy user of Emacs 23.2.1. >> >> > One thing annoys me, though. >> >> > The string rectangle insert function (CTRL-x rt) is neat. But >> > sometimes you need to insert an empty string. I cannot do this, >> > because if I type an empty string (i.e. press Enter), then it insert >> > the "default" string, which is equal to the last inserted string. >> >> > How can I insert an empty string? >> >> (CTRL-x rd) > > It doesn't seem to work in this context. > What is it that doesn't work? Give us a way to reproduce the problem. --=20 Deniz Dogan