From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: replace-regexp, the byte-compiler, docstrings, and suggestions Date: Sun, 12 Oct 2014 13:32:28 -0700 Message-ID: References: <874mv9uopo.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1413145985 12542 80.91.229.3 (12 Oct 2014 20:33:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Oct 2014 20:33:05 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 12 22:32:58 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XdPp0-00066h-W6 for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Oct 2014 22:32:55 +0200 Original-Received: from localhost ([::1]:58765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdPp0-0007Vi-L4 for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Oct 2014 16:32:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdPok-0007VR-6P for help-gnu-emacs@gnu.org; Sun, 12 Oct 2014 16:32:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdPoe-0003vz-NM for help-gnu-emacs@gnu.org; Sun, 12 Oct 2014 16:32:38 -0400 Original-Received: from mail-ig0-x229.google.com ([2607:f8b0:4001:c05::229]:34012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdPoe-0003vd-GP for help-gnu-emacs@gnu.org; Sun, 12 Oct 2014 16:32:32 -0400 Original-Received: by mail-ig0-f169.google.com with SMTP id uq10so11964138igb.0 for ; Sun, 12 Oct 2014 13:32:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:mime-version:subject :message-id:date:references:in-reply-to:to; bh=5I1H+pejKA3y8ImL71KiLSvYaatvsZ25ssMjtTFkbZo=; b=0pJkMrFZPAaoNgykKM+bFJJ+ROW2yPhkg0W+beBtsDcICTO/c7lgGe16B6Fs5Tz6rE ZzK1OimmSCj6djsCwW69OA+al6AxfPojcHJq82r6kjwiLD5F4J+BWM+zhCMoO8KBUCOf yJ7HJg9NeW+6TCyFTS/H/t7bTBX02X/QizEcCLVEKIaMitBSTl5aYpHy3XVTyLMX5Hdk dCZ5hphVF/zqiFltzUuRNFwKI2ZOPy9LoJ4NKjJQ8TIrRlfL7Gnik213grWX80Vtpd4g +SFvfJbZu+jBbD4ui5ocKlLgGuxJlwNPLeTvFzZjadeDyC8rxSieMxPcD7WnHX11Imlp tV+w== X-Received: by 10.42.114.203 with SMTP id h11mr4240266icq.86.1413145950603; Sun, 12 Oct 2014 13:32:30 -0700 (PDT) Original-Received: from [10.0.1.200] (cpe-23-240-150-50.socal.res.rr.com. [23.240.150.50]) by mx.google.com with ESMTPSA id nj4sm7214353igb.12.2014.10.12.13.32.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 12 Oct 2014 13:32:29 -0700 (PDT) In-Reply-To: <874mv9uopo.fsf@debian.uxu> X-Mailer: iPhone Mail (12A405) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::229 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100452 Archived-At: Hi, I sent this from my phone. I think the formatting should be okay, but apolog= ies in advance if I'm wrong about that.=20 > Emanuel Berg wrote: > Is there already a block-cite function? I want it to > make nice looking citations and blocks of data in > Usenet posts and mails. (Actually I would call them > quotes outright only that is spoken for already in > that context.) Would indent-rigidly (or, less likely, indent-code-rigidly) do what you want= ? To indent by four spaces you would do something like C-4 C-x --=20 john=