From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilya Zakharevich Newsgroups: gmane.emacs.help Subject: Re: `cperl-db' (and `perldb') buffer Date: Wed, 16 Nov 2005 23:43:39 +0000 (UTC) Organization: U.C. Berkeley Math. Department. Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1132184854 31729 80.91.229.2 (16 Nov 2005 23:47:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Nov 2005 23:47:34 +0000 (UTC) Bcc: ilya Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 17 00:47:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EcWxu-0002Iu-45 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Nov 2005 00:45:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EcWxt-00068k-AD for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Nov 2005 18:45:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!agate.berkeley.edu!ilya Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: powdermilk.math.berkeley.edu Original-X-Trace: agate.berkeley.edu 1132184619 2222 169.229.140.13 (16 Nov 2005 23:43:39 GMT) Original-X-Complaints-To: usenet@agate.berkeley.edu Original-NNTP-Posting-Date: Wed, 16 Nov 2005 23:43:39 +0000 (UTC) User-Agent: trn [how to get a version via %-escapes???] with a custom header X-How-To-Reach-Me: The From: address is valid X-How-To-Disable-Cc: Put in the headers the line: Mail-Copies-To: never Originator: ilya@powdermilk.math.berkeley.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:135512 Original-To: help-gnu-emacs@gnu.org 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:31108 Archived-At: [A complimentary Cc of this posting was sent to Mike Ballard ], who wrote in article : > > When I do "M-x cperl-db", it splits my window into two buffers and puts > the cperl-db process buffer in the upper half (w/perl code in the lower > half); how can I make cperl-db open in a buffer below my perl code instead > of above it? I'm using emacs 21 and with 19 or 20 IIRC it always opened > its buffer below my perl code. All `cperl-db' does is calling `perldb' (defined in gus.el) with suitable arguments. So your questions are about `perldb'. > Also, is there a var to restrict the size of the cperl-db buffer to say 10 lines? Hope this helps, Ilya