From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: Re: Completion in Auctex Date: Tue, 23 Sep 2008 14:11:54 +0200 Organization: Sebastien Vauban Message-ID: <87od2f5aet.fsf@mundaneum.com> References: <48d740e8$0$848$ba4acef3@news.orange.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1222173853 14201 80.91.229.12 (23 Sep 2008 12:44:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Sep 2008 12:44:13 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Tue Sep 23 14:45:11 2008 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.50) id 1Ki7GO-0006LX-GX for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Sep 2008 14:45:08 +0200 Original-Received: from localhost ([127.0.0.1]:56611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ki7FM-00008M-NM for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Sep 2008 08:44:04 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!aotearoa.belnet.be!news.belnet.be!feed1.news.be.easynet.net!reader0.news.be.easynet.net!not-for-mail Original-Newsgroups: gnu.emacs.help X-Www-site: Under construction... X-Archive: encrypt User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:1RClVa+eFQs4LOAA3IfXKqLM7n8= Original-Lines: 60 Original-NNTP-Posting-Date: 23 Sep 2008 12:11:55 GMT Original-NNTP-Posting-Host: 81.188.7.152 Original-X-Trace: 1222171915 reader0.news.be.easynet.net 1615 [::ffff:81.188.7.152]:28184 Original-X-Complaints-To: abuse-sq41lydJq48WI+UwmH2aBQ@public.gmane.org Original-Xref: news.stanford.edu gnu.emacs.help:162605 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:57949 Archived-At: Hello, I tried to use `pabbrev' since a couple of hours, but I have problems with it. Though, it seems to be exactly what I was looking for for years... So, I'd love to have it working... Sometimes, when "tabbing" for completion, it opens a new window with some possible completions. The problem is I can't go out of it, by no means (typing the number of the preferred completion, typing , typing , etc. -- nothing works!). Under Windows, I could get this backtrace, which is exactly the message I had as well in Ubuntu: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (error "Attempt to delete the sole visible or= iconified frame") delete-frame() (if (one-window-p t) (delete-frame) (old-delete-window (selected-window))) delete-window(#) (if (or pabbrev-mode (eq ... " *pabbrev suggestions*")) nil (delete-windo= w (get-buffer-window " *pabbrev suggestions*")) (set-window-configuration p= abbrev-window-configuration)) (unless (or pabbrev-mode (eq ... " *pabbrev suggestions*")) (delete-windo= w (get-buffer-window " *pabbrev suggestions*")) (set-window-configuration p= abbrev-window-configuration)) pabbrev-suggestions-delete-window() (let ((point)) (save-excursion (set-buffer pabbrev-suggestions-from-buffe= r) (let ... ...)) (pabbrev-suggestions-delete-window) (if point (goto-char = point))) pabbrev-suggestions-insert("want") (if (< insert-index (length pabbrev-suggestions-done-suggestions)) (pabbr= ev-suggestions-insert (car ...))) (let ((insert-index ...)) (if (< insert-index ...) (pabbrev-suggestions-i= nsert ...))) pabbrev-suggestions-select() call-interactively(pabbrev-suggestions-select nil nil) --8<---------------cut here---------------end--------------->8--- Though, I don't understand why some window is popping up at some point in time? Can somebody help? Thank you in advance, Seb PS- Tabbing on hel[p] just above made the following window appear: ,---- | Best Match: help | 0) help 1) help-gnu-emacs=20 `---- But it's impossible to get out of it. And the result on the "to be completed word" is a complete mess...=C2=A0;-(( --=20 S=C3=A9bastien=C2=A0Vauban