From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paulo S Newsgroups: gmane.emacs.help Subject: Re: Default the full justification Date: Sat, 10 Jan 2004 21:38:36 +0000 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <400070DC.7090005@hotmail.com> References: <8765fjhcta.fsf@home.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073770948 9754 80.91.224.253 (10 Jan 2004 21:42:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2004 21:42:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 10 22:42:23 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AfQsB-0002CU-00 for ; Sat, 10 Jan 2004 22:42:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AfRp7-0003sn-R8 for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jan 2004 17:43:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AfRoU-0003pw-MU for help-gnu-emacs@gnu.org; Sat, 10 Jan 2004 17:42:38 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AfRnx-0003Na-C0 for help-gnu-emacs@gnu.org; Sat, 10 Jan 2004 17:42:37 -0500 Original-Received: from [207.68.164.20] (helo=hotmail.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AfRnx-0003NN-32 for help-gnu-emacs@gnu.org; Sat, 10 Jan 2004 17:42:05 -0500 Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 10 Jan 2004 13:38:33 -0800 Original-Received: from 194.65.14.70 by sea2-dav48.sea2.hotmail.com with DAV; Sat, 10 Jan 2004 21:38:33 +0000 X-Originating-IP: [194.65.14.70] X-Originating-Email: [paullus2002@hotmail.com] X-Sender: paullus2002@hotmail.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org In-Reply-To: <8765fjhcta.fsf@home.se> X-OriginalArrivalTime: 10 Jan 2004 21:38:33.0857 (UTC) FILETIME=[18F0D710:01C3D7C2] X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15910 >>>(default-justification (quote full)) >> >>Inserting the above line in my .emacs, I get an error when I start >>Emacs. Can one overcome that error? > > > (setq-default default-justification 'full) Thanks a lot, Henrik! Paulo