From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Hofert Newsgroups: gmane.emacs.help Subject: Gnus: How to get properly quoted messages in replies? Date: Wed, 23 Nov 2011 14:37:14 +0100 Message-ID: <7424BC62-9607-4DC7-9B08-BBDDF80BAA7C@math.ethz.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1322055456 16960 80.91.229.12 (23 Nov 2011 13:37:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Nov 2011 13:37:36 +0000 (UTC) To: Emacs help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 23 14:37:32 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RTD12-0000js-Pn for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Nov 2011 14:37:32 +0100 Original-Received: from localhost ([::1]:45448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTD12-0000bb-Bi for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Nov 2011 08:37:32 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:57719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTD0s-0000al-PS for help-gnu-emacs@gnu.org; Wed, 23 Nov 2011 08:37:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTD0n-0000w2-0o for help-gnu-emacs@gnu.org; Wed, 23 Nov 2011 08:37:22 -0500 Original-Received: from edge20.ethz.ch ([82.130.99.26]:29883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTD0m-0000vr-Oi for help-gnu-emacs@gnu.org; Wed, 23 Nov 2011 08:37:16 -0500 Original-Received: from CAS20.d.ethz.ch (172.31.51.110) by edge20.ethz.ch (82.130.99.26) with Microsoft SMTP Server (TLS) id 14.1.339.1; Wed, 23 Nov 2011 14:37:11 +0100 Original-Received: from 80-218-244-31.dclient.hispeed.ch (80.218.244.31) by CAS20.d.ethz.ch (172.31.51.110) with Microsoft SMTP Server (TLS) id 14.1.339.1; Wed, 23 Nov 2011 14:37:14 +0100 X-Mailer: Apple Mail (2.1251.1) X-Originating-IP: [80.218.244.31] X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.130.99.26 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:83017 Archived-At: Hi, If I reply to a message in Gnus via "R", I see the quoted text I got = sent, so for example: > foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar=20 > foo bar foo bar foo bar foo bar interesting bar foo bar foo bar foo = bar=20 > foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar=20 > foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar=20 =20 Now assume you want to address precisely the word "interesting". Then = you most likely want to navigate right to the end of this word and hit = enter to create some space to answer. What you expect is something like = this (or even a correctly "filled" version of that): > foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar=20 > foo bar foo bar foo bar foo bar interesting=20 > bar foo bar foo bar foo bar=20 > foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar=20 > foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar=20 But what I get is: > foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar=20 > foo bar foo bar foo bar foo bar interesting bar foo bar foo bar foo bar=20 > foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar=20 > foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar=20 This is quite annoying since I first have to navigate to the beginning = of the line "bar foo=85" and insert a ">" in order to make it clear that = this is not some text I wrote. Is there any way to solve that? Cheers, Marius