From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: replace-regexp, the byte-compiler, docstrings, and suggestions Date: Mon, 13 Oct 2014 01:50:22 +0100 Message-ID: <87ppdw7pyp.fsf@robertthorpeconsulting.com> References: <874mv9uopo.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413161462 7811 80.91.229.3 (13 Oct 2014 00:51:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2014 00:51:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 13 02:50:55 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 1XdTqe-0003o3-7B for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Oct 2014 02:50:52 +0200 Original-Received: from localhost ([::1]:59669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdTqd-0000Yg-Kv for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Oct 2014 20:50:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdTqL-0000Xk-FP for help-gnu-emacs@gnu.org; Sun, 12 Oct 2014 20:50:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdTqE-00054O-Km for help-gnu-emacs@gnu.org; Sun, 12 Oct 2014 20:50:33 -0400 Original-Received: from outbound-smtp04.blacknight.com ([81.17.249.35]:46253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdTqE-00053O-EA for help-gnu-emacs@gnu.org; Sun, 12 Oct 2014 20:50:26 -0400 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp04.blacknight.com (Postfix) with ESMTP id 85F8C98B0F for ; Mon, 13 Oct 2014 00:48:11 +0000 (UTC) Original-Received: (qmail 26940 invoked from network); 13 Oct 2014 00:50:24 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.78.252.93]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 13 Oct 2014 00:50:23 -0000 In-Reply-To: <874mv9uopo.fsf@debian.uxu> (message from Emanuel Berg on Sun, 12 Oct 2014 20:28:51 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.35 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:100453 Archived-At: Emanuel Berg writes: > 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.) There's Supercite. It doesn't do the style you want by default, but if you configure it, it can do it. (info "sc") BR, Robert Thorpe