From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Starting buffer configuration Date: Sat, 31 Dec 2011 15:10:51 -0800 Message-ID: <77090F623EF14DAAB14DF313585D58AE@us.oracle.com> References: Your message of Sat, 31 Dec 2011 14:23:59 -0800 <20111231225513.52433181071@neo.msri.org> 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 1325373081 30129 80.91.229.12 (31 Dec 2011 23:11:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 31 Dec 2011 23:11:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, 'Yotam Avital' To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 01 00:11:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rh855-0003uf-Ex for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Jan 2012 00:11:15 +0100 Original-Received: from localhost ([::1]:50702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rh84z-00081a-GO for geh-help-gnu-emacs@m.gmane.org; Sat, 31 Dec 2011 18:11:09 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rh84u-00081J-MA for help-gnu-emacs@gnu.org; Sat, 31 Dec 2011 18:11:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rh84t-0005Lr-Kh for help-gnu-emacs@gnu.org; Sat, 31 Dec 2011 18:11:04 -0500 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:60214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rh84t-0005Lm-Dx for help-gnu-emacs@gnu.org; Sat, 31 Dec 2011 18:11:03 -0500 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pBVNB0AA025538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 31 Dec 2011 23:11:01 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id pBVNAxe8007199 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 31 Dec 2011 23:11:00 GMT Original-Received: from abhmt103.oracle.com (abhmt103.oracle.com [141.146.116.55]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id pBVNAw00019809; Sat, 31 Dec 2011 17:10:59 -0600 Original-Received: from dradamslap1 (/10.159.55.207) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 31 Dec 2011 15:10:58 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20111231225513.52433181071@neo.msri.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Thread-Index: AczID0OIqBfJaZXlRqWXVfAlyOOkbQAAC2yQ X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-CT-RefId: str=0001.0A090208.4EFF9685.0064,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83280 Archived-At: > Thanks. Strangely, when I tried with the new mu file in place I got a > blank screen forever and no interaction, as if it were in an infinite > loop. The last message was "loaded /etc/emacs/site-start.d/50psvn.el". Sorry for your trouble. I'm not familiar with that Lisp file (50psvn.el). I suggest we take the problem off list to debug it. > Quitting and repeating made no difference. Then as soon as I placed > (setq debug-on-quit t) in my .emacs, it started working. Try starting from `emacs -q --no-site-file' (no init file and no site startup file). Then evaluate the two sexps (requiring the library and invoking bookmark-bmenu-list) by putting the cursor after each and hitting `C-x C-e'. If you still see a problem that way then let's investigate off list. If it works that way, try with just `emacs -q' (site file but no init file). If that works too, then bisect your init file repeatedly until you find what causes the problem. Another thing you can try with `emacs -q --no-site-file' is `M-x bookmark-bmenu-list'. IOW, invoke it interactively instead of in your init file. That should change nothing, but trying it will tell. And you can try that without loading Bookmark+ (i.e., just vanilla Emacs), to see if that makes a difference.