From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Victor Kryukov Newsgroups: gmane.emacs.help Subject: Re: Several questions on SLIME customizations Date: Mon, 20 Nov 2006 18:54:06 -0600 Organization: A noiseless patient Spider Message-ID: References: <1164051734.496290.147640@b28g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164073235 24972 80.91.229.2 (21 Nov 2006 01:40:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Nov 2006 01:40:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 21 02:40:31 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GmKce-0004i5-Dm for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Nov 2006 02:40:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmKcd-0000oV-Tn for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Nov 2006 20:40:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!multikabel.net!feed20.multikabel.net!newsfeed.freenet.de!newsfeed.kamp.net!newsfeed.kamp.net!news.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: U2FsdGVkX19RJQy4/YXL6uuEJEPF+T06x3oOlcunIczIi4Hdv0cEp0xymPtRtbU5MiegIim6JoMp/AyyD0MUhcK6utfJrDKFEPF9BdtcjHAKQUQR3TDmE6uT1FU3HH2rL1CZiTyUY/fu2G8I0o0fSA== Original-X-Trace: reader.motzarella.org U2FsdGVkX18/jlGkt7aThvRhAEfzzEMQklluqclFrqPjp9A0K4Nc2VWjoS3FtKTqNuYniMivkmyVmOuKl0Ku5DASpbiVieoviQ2BP7wQpL3EPWQYpkk65jRl9tGE+0Am4rg2Ee4ZzrKj5tL6oyfND33mrAaLP/kvGjJBAr5mYEsh78BsrCAaJu44USOZHsJL8FpGKf2iXkJHFMzisJfVWEg7sY9Qv4SG Original-X-Complaints-To: abuse@motzarella.org Original-NNTP-Posting-Date: Tue, 21 Nov 2006 00:54:36 +0000 (UTC) Cancel-Lock: sha1:3XmJoQ0pWcolh1UU8/QjkPmPtXM= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Original-Xref: shelby.stanford.edu gnu.emacs.help:143232 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:38849 Archived-At: "Robert Thorpe" writes: Robert - thanks for your answers. >> b/ it will not work with >> defmacro, or with any other top-level form. I would like to have something >> like (beginning-of-top-level-form) - again, I don't know if such beast >> exists > > Beginning-of-defun means that in the most broadest sense, it works with > other forms like defmacro. Indeed, you're right - beginning-of-defun function works with _any_ top-level form, not only with defun. >> loading lisp, and after it finish, it renames the buffer back. Can I >> attach a function to the moment when slime finish it's load process - >> like defining hook for a major mode? > > Probably, don't know. Code like the above very rarely works. Normally > when a big internal Emacs feature is invoked it makes it's own buffers. > People on comp.lang.lisp might know the right hook. OK, will do that.