From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: Why is there no M-x word-wrap? Date: Tue, 05 Jun 2012 19:33:33 +0200 Message-ID: <4FCE42ED.3080809@dogan.se> References: <4FCE41B9.5020500@dogan.se> <87y5o1fyuq.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1338917642 15411 80.91.229.3 (5 Jun 2012 17:34:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2012 17:34:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: jay.p.belanger@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 05 19:34:02 2012 Return-path: Envelope-to: ged-emacs-devel@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 1Sbxdp-00045I-5L for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2012 19:34:01 +0200 Original-Received: from localhost ([::1]:41608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbxdo-00060O-OV for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2012 13:34:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbxdh-000609-2n for emacs-devel@gnu.org; Tue, 05 Jun 2012 13:33:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sbxdf-0003IW-A0 for emacs-devel@gnu.org; Tue, 05 Jun 2012 13:33:52 -0400 Original-Received: from mxf5.bahnhof.se ([213.80.101.29]:58758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbxdf-0003IE-3L for emacs-devel@gnu.org; Tue, 05 Jun 2012 13:33:51 -0400 Original-Received: from localhost (mxf5.local [127.0.0.1]) by mxf5-reinject (Postfix) with ESMTP id 0BD3FCF0AD; Tue, 5 Jun 2012 19:33:50 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF1) Original-Received: from mxf5.bahnhof.se ([127.0.0.1]) by localhost (mxf5.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iIToLc+nNnPV; Tue, 5 Jun 2012 19:33:47 +0200 (CEST) Original-Received: from [192.168.1.4] (h-149-227.a336.priv.bahnhof.se [37.123.149.227]) by mxf5.bahnhof.se (Postfix) with ESMTP id D6AF1CF0A0; Tue, 5 Jun 2012 19:33:46 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 In-Reply-To: <87y5o1fyuq.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.80.101.29 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150784 Archived-At: Jay Belanger skrev 2012-06-05 19:33: > >> As I understand it, the right way to turn on so called word wrapping >> in Emacs is by doing (setq word-wrap t). This isn't very >> user-friendly in my opinion. >> >> Why is there no command named `word-wrap' which toggles this mode? > > There is `toggle-word-wrap'. Oh... Sorry for the noise.