From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: visual-line-mode and line wrapping Date: Tue, 25 May 2010 07:40:57 -0700 Message-ID: <217F23B438754EADA0EFF9EAC1AC3E30@us.oracle.com> References: <87ocg4kxs2.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274798504 21895 80.91.229.12 (25 May 2010 14:41:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 May 2010 14:41:44 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 25 16:41:42 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OGvK9-0008Ik-MJ for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 16:41:41 +0200 Original-Received: from localhost ([127.0.0.1]:58876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGvK6-0001pm-Im for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 10:41:38 -0400 Original-Received: from [140.186.70.92] (port=59304 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGvJt-0001oS-Cn for emacs-devel@gnu.org; Tue, 25 May 2010 10:41:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGvJs-0007tH-5v for emacs-devel@gnu.org; Tue, 25 May 2010 10:41:25 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:44109) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGvJs-0007sO-12 for emacs-devel@gnu.org; Tue, 25 May 2010 10:41:24 -0400 Original-Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4PEf9PU012025 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 25 May 2010 14:41:12 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4PArvMk027613 for ; Tue, 25 May 2010 14:41:09 GMT Original-Received: from abhmt014.oracle.com by acsmt355.oracle.com with ESMTP id 296433831274798459; Tue, 25 May 2010 07:40:59 -0700 Original-Received: from dradamslap1 (/141.144.64.168) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 25 May 2010 07:40:58 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acr8DIXqH7bizACBS/K7yNbfNIk0bwAB5Yww X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-Auth-Type: Internal IP X-Source-IP: rcsinet13.oracle.com [148.87.113.125] X-CT-RefId: str=0001.0A090203.4BFBE18D.0190:SCFMA4539811,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125248 Archived-At: > > > My use for it would be that, occasionally, I want to > > > [vertically] enlarge the Emacs window for some purpose > > > or the other. > > > > Sure. My window manager has a maximize vertically option > > (button 2 on the maximize button). > > No, I meant enlarge horizontally. FWIW, my library `frame-cmds.el' has commands to maximize the frame horizontally, vertically, or both. The commands leave room for the MS Windows task bar and a standalone minibuffer frame, if present. I put these commands, along with other frame commands (tiling, fitting) on a menu-bar `Frames' menu. http://www.emacswiki.org/emacs/frame-cmds.el