From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kent williams Newsgroups: gmane.emacs.help Subject: compile, next-error, and vertical frame splitting Date: Tue, 11 May 2010 12:17:17 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1273599795 21604 80.91.229.12 (11 May 2010 17:43:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 May 2010 17:43: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 Tue May 11 19:43:14 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@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 1OBtU9-0001hZ-FA for geh-help-gnu-emacs@m.gmane.org; Tue, 11 May 2010 19:43:13 +0200 Original-Received: from localhost ([127.0.0.1]:51352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBtU8-00028V-LG for geh-help-gnu-emacs@m.gmane.org; Tue, 11 May 2010 13:43:12 -0400 Original-Received: from [140.186.70.92] (port=41519 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBt8J-0004SH-85 for help-gnu-emacs@gnu.org; Tue, 11 May 2010 13:20:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBt55-0001Oq-3P for help-gnu-emacs@gnu.org; Tue, 11 May 2010 13:17:21 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:39293) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBt54-0001OY-Si for help-gnu-emacs@gnu.org; Tue, 11 May 2010 13:17:18 -0400 Original-Received: by vws7 with SMTP id 7so1957292vws.0 for ; Tue, 11 May 2010 10:17:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=jr09Jif+dDZHhKiUxnFfq7DyY6IKsxlE9okPOMywAk8=; b=n8uJlk7QZcluZT1qmost66vnZ6VHK8X5HI9bV4uoY542/NQ34rdqkGC+cfAd2A6loc yu4LCUQjAvFYie1HhEFAaMeI9Hxhg1RijNOVPfytT044GRpPAAIfNKr9qpBELUklj0EJ 7SpSJzHq98mO5cmzQ9Fn/PWoMzrDhPyrdlc/Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KyWIVrm4Two2ncVYjcjvhMTOHPPGmLTvgMZ8LmBOjQctY1TeMtGIlX3bt5DIrHMJhR XY8jbFN8PCiVfe/UonrmawIDzd4BuDxrqsjfGNkVT3vo22jn7tGCOTKRIffVttkEsfMp 54eyED5Z03iVSdGIg/TXaA1WHcM+SvrMik2bo= Original-Received: by 10.220.61.139 with SMTP id t11mr4709547vch.83.1273598237280; Tue, 11 May 2010 10:17:17 -0700 (PDT) Original-Received: by 10.220.99.13 with HTTP; Tue, 11 May 2010 10:17:17 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 11 May 2010 13:42:24 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73634 Archived-At: Somewhere between Emacs 22 and Emacs 23, a behavior changed: If you run a compile, and it's the only window (i.e. if you type C-x 1), when I use the next-error (C-x `) command, it splits the window vertically -- i.e. the source file is next to the compilation buffer. It used to split it horizontally, so that the source file is under the compilation buffer. I want the old behavior back. The vertically split frame makes the error messages hard to read due to word wrap. Is there some option I can set or do I have to hack into the lisp code?