From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Golden Newsgroups: gmane.emacs.help Subject: Re: Emacs minibuffer - text wrapping of code completion hints from SLIME Date: Sun, 02 Dec 2007 03:10:18 +0000 Organization: Orbital Laser Death Rays R Us Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1196566843 11720 80.91.229.12 (2 Dec 2007 03:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 03:40:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 02 04:40:52 2007 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 1IyfhK-0006oz-7J for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 04:40:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iyfh4-0004OH-0F for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Dec 2007 22:40:34 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!news.ecp.fr!news.stack.nl!feeds.news.ox.ac.uk!news.ox.ac.uk!feed2.jnfs.ja.net!feed4.jnfs.ja.net!jnfs.ja.net!feeder.news.heanet.ie!news.indigo.ie!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.lang.lisp Original-Followup-To: gnu.emacs.help Original-Lines: 21 User-Agent: KNode/0.10.5 Original-NNTP-Posting-Host: 86.43.164.100 Original-X-Complaints-To: abuse@eircom.net Original-X-Trace: news.indigo.ie 1196565018 86.43.164.100 (Sun, 02 Dec 2007 03:10:18 GMT) Original-NNTP-Posting-Date: Sun, 02 Dec 2007 03:10:18 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:154339 comp.lang.lisp:234202 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:49767 Archived-At: joubert.nel@gmail.com wrote: > However, when code-completion text is automatically put there by SLIME > (for Common Lisp hacking) and it doesn't fit the width, there's no > text wrapping - i.e. only the 1st line of the minibuffer contains > text. > > Any ideas? > Not sure (as usual, might be better directed to the slime mailing list...), but you might want to look into M-x customize-variable slime-autodoc-use-multiline-p (though it sounds like you _don't_ want the minibuffer itself resizing, ho hum)