From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mandar Mitra Newsgroups: gmane.emacs.help Subject: Re: auto-fill breaks line too early Date: Thu, 18 Oct 2012 18:00:35 +0530 Message-ID: <20121018123035.GA2081@gmail.com> References: <7c540f57-66b9-410b-92f2-66d7327480aa@googlegroups.com> <87ipa89o1h.fsf@mithlond.arda> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1350563475 26301 80.91.229.3 (18 Oct 2012 12:31:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2012 12:31:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 18 14:31:23 2012 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 1TOpFu-0005No-MB for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Oct 2012 14:31:18 +0200 Original-Received: from localhost ([::1]:43467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOpFn-0007cf-KE for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Oct 2012 08:31:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOpFf-0007cA-7o for help-gnu-emacs@gnu.org; Thu, 18 Oct 2012 08:31:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOpFa-0005t8-4V for help-gnu-emacs@gnu.org; Thu, 18 Oct 2012 08:31:03 -0400 Original-Received: from mail-da0-f41.google.com ([209.85.210.41]:56009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOpFZ-0005sr-P4 for help-gnu-emacs@gnu.org; Thu, 18 Oct 2012 08:30:58 -0400 Original-Received: by mail-da0-f41.google.com with SMTP id i14so3854485dad.0 for ; Thu, 18 Oct 2012 05:30:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=pdrtHFELDtlltZMJ9hmvXahgnz9KTdPsRLbaRkpTyDI=; b=cbLg8RG/ABVBhqS+Rk6Or4G2UnptCjtwy8ClblEP3xtd85D3QkY0mqLOcefWicsNlF Y1ni/e3wlj7ZF664CuyhiniiVkxot0i2Zc9VcNWb7f+hXcqfyTw8znYX82OexvR/q3Be AGqnQZzCeS6i2c+4XN3Y3dIORL+Ke4nxt0BA3OX8W1ZA+sVjBklQ3Bum+FvqI+bv+9Po RHl5Etc1oxYo71gnfuk1rRAbqhkJdGpUT+U7CRery8c5I4cNzJjgzzg8uBFe/Vv+LQb4 dli3sUFaDpy5s57ZwfZIOBYLG3GOo2/CCUGpSgQ+Ae7VvOvZR+7DjQSKwHJBdTmfGsbA ppWA== Original-Received: by 10.68.222.138 with SMTP id qm10mr65197747pbc.129.1350563456888; Thu, 18 Oct 2012 05:30:56 -0700 (PDT) Original-Received: from localhost (nkn-admin-map.isical.ac.in. [14.139.222.67]) by mx.google.com with ESMTPS id ms11sm3963531pbc.74.2012.10.18.05.30.49 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Oct 2012 05:30:50 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87ipa89o1h.fsf@mithlond.arda> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.41 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:87314 Archived-At: Teemu Likonen wrote (Thu, Oct 18, 2012 at 11:34:18AM +0300): > mandar mitra [2012-10-18 01:12:50 -0700] wrote: > > > Is this a bug or a feature? > > A feature. See variable "sentence-end-double-space" and the Emacs Editor > manual section "(emacs) Sentences". Wow! Many thanks! Truly, a lifetime of learning.. mandar.