From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: Why is there no M-x word-wrap? Date: Tue, 05 Jun 2012 12:33:01 -0500 Message-ID: <87y5o1fyuq.fsf@gmail.com> References: <4FCE41B9.5020500@dogan.se> Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338917606 15038 80.91.229.3 (5 Jun 2012 17:33:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2012 17:33:26 +0000 (UTC) Cc: jay.p.belanger@gmail.com, emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 05 19:33:24 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 1Sbxd9-0002Xp-FB for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2012 19:33:19 +0200 Original-Received: from localhost ([::1]:41020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbxd9-0005fU-8g for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2012 13:33:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbxd1-0005eO-FG for emacs-devel@gnu.org; Tue, 05 Jun 2012 13:33:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sbxcw-00036r-Sg for emacs-devel@gnu.org; Tue, 05 Jun 2012 13:33:11 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:35000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbxcw-00036W-L4 for emacs-devel@gnu.org; Tue, 05 Jun 2012 13:33:06 -0400 Original-Received: by obbwd18 with SMTP id wd18so11266783obb.0 for ; Tue, 05 Jun 2012 10:33:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:reply-to:cc:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=GB+RnRze4Nl8cm10rr3ep2M5MxqyuJuLJ2Y3fJnx/T0=; b=s7LV72RwhdlYuyzqgQIAKC6hhWNnAXvzvj4hMZMD3LUqeZ33iGewaKnsrDnMKFZTco djASTIweg9P5ZIxqJ3VqHDXV9o1Xl6TPtPj2DnY48muTkxfPWqUKQrNfEMcbmfdpxWaV Ahl7o7OyS+4W46mlY3cwB/An2hwaCSclnUH3cV3pl1ZZQeOlLwpnRFzbcCJh5rFOzkTt lnbaa1T6r8tH9NP44rzgQ7ektbapBYZydQPgq8/eR+g1md5cFGogZnDgTZvZqfnngizC ququxPsNZIHp8q28N6r3WRsnqubocOZHkU5hGKYU7+wg/LyJ4Quj1oFtpamvfIfUchbO t3eA== Original-Received: by 10.182.110.10 with SMTP id hw10mr7375517obb.61.1338917584121; Tue, 05 Jun 2012 10:33:04 -0700 (PDT) Original-Received: from belanger-x100e (184-155-83-210.cpe.cableone.net. [184.155.83.210]) by mx.google.com with ESMTPS id x10sm1326309oeb.8.2012.06.05.10.33.02 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Jun 2012 10:33:03 -0700 (PDT) In-Reply-To: <4FCE41B9.5020500@dogan.se> (Deniz Dogan's message of "Tue, 05 Jun 2012 19:28:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 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:150783 Archived-At: > 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'.