From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sunway Newsgroups: gmane.emacs.help Subject: Re: deleting minibuffer Date: Wed, 29 Aug 2007 20:29:49 +0800 Organization: Bentium Ltd. (CN99) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188391232 15582 80.91.229.12 (29 Aug 2007 12:40:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2007 12:40:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 29 14:40:29 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 1IQMqR-0007XV-41 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Aug 2007 14:40:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQMqQ-0006W3-Sn for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Aug 2007 08:40:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 60.215.188.120 Original-X-Trace: news.cn99.com 1188393854 15554 60.215.188.120 (29 Aug 2007 13:24:14 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Wed, 29 Aug 2007 13:24:14 +0000 (UTC) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:151394 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:46913 Archived-At: Nikola Skoric wrote: > Hi there everybody :-) I'm a brand new emacs user, and I'd like to get > rid of some of some minibuffers that I generate (for instance > *Completions* minibuffer) and then the y get in my way when I do the > C-x -> thing. When I do C-x 0, I get "Attempt to delete minibuffer...". > Why is attempting to delete minibuffer wrong? > > Second thing is: how do I force emacs to break lines for me? When I write > news posts, I want my lines to be less than 70 chars. Is there a way to > force emacs to break my lines for me? > > And, how do I prevent emacs from showing me introductory screen? If I run > emacs -nw foo, I want to see foo opened, not introductory screen... :-\ > the last one: (setq inhibit-startup-message t)