From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "joubert.nel@gmail.com" Newsgroups: gmane.emacs.help Subject: Emacs minibuffer - text wrapping of code completion hints from SLIME Date: Sat, 1 Dec 2007 14:34:46 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196613274 26022 80.91.229.12 (2 Dec 2007 16:34:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 16:34:34 +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 17:34:43 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 1IyrmE-0006PG-KU for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 17:34:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iyrly-0006Fs-GT for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 11:34:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!t47g2000hsc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help, comp.lang.lisp Original-Lines: 15 Original-NNTP-Posting-Host: 69.86.114.133 Original-X-Trace: posting.google.com 1196548487 8532 127.0.0.1 (1 Dec 2007 22:34:47 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 1 Dec 2007 22:34:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t47g2000hsc.googlegroups.com; posting-host=69.86.114.133; posting-account=EXp6_AoAAAB3i1Gn8bMvigqh-J1AjDuZ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10, gzip(gfe), gzip(gfe) Content-Disposition: inline Original-Xref: shelby.stanford.edu gnu.emacs.help:154334 comp.lang.lisp:234180 X-Mailman-Approved-At: Sun, 02 Dec 2007 11:33:23 -0500 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:49773 Archived-At: Hi all, I'm having trouble getting text to wrap in the minibuffer. I've done (setq resize-mini-windows nil) in my .emacs file and used my mouse to increase the minibuffer's height. 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? Joubert