From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Kaps Newsgroups: gmane.emacs.help Subject: Re: Set the default font to Courier 14 size ? possible to run emacs as background always ? Date: Thu, 20 Sep 2007 08:25:30 +0200 Organization: a private linux site Message-ID: <87wsulj1k5.fsf@toyland.sauerland.de> References: <1190227517.306882.11720@k79g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190270443 4721 80.91.229.12 (20 Sep 2007 06:40:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 06: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 Thu Sep 20 08:40: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 1IYFiM-0002wJ-U5 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Sep 2007 08:40:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYFiK-0003SO-RN for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Sep 2007 02:40:40 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.germany.com!newsfeed.datemas.de!news.albasani.net!lilly.ping.de!babylon.sauerland.de!klendathu.sauerland.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: toyland.sauerland.de Original-X-Trace: klendathu.sauerland.de 1190269530 9888 192.168.1.20 (20 Sep 2007 06:25:30 GMT) Original-X-Complaints-To: news@sauerland.de Original-NNTP-Posting-Date: Thu, 20 Sep 2007 06:25:30 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.5-b28 (linux) Cancel-Lock: sha1:uWG7NooXwo52DVnskawwi13hqXg= Original-Xref: shelby.stanford.edu gnu.emacs.help:152185 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:47694 Archived-At: // Mike H writes: > How do you set the .emacs files such that the default font is Courier > 14 size? (set-default-font "-adobe-courier-medium-r-normal-*-*-140-*-*-m-*-iso8859-1") > Is it possible to modify .emacs file such that emacs will > automatically run on background. You can put (server-start t) in your .emacs file. When Emacs is running, use "emacsclient " to open a new buffer with . Close the buffer with 'C-x #'. -- Ciao, Sebastian