From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Info nodes titles font size customization Date: Sun, 5 Oct 2008 10:48:54 -0700 Message-ID: <011101c92712$a29506e0$0200a8c0@us.oracle.com> References: <87ej2v5njx.fsf@gmail.com><87r66vuid1.fsf@gmail.com> <874p3qopx0.fsf@gmail.com> 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 1223229030 12067 80.91.229.12 (5 Oct 2008 17:50:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2008 17:50:30 +0000 (UTC) To: "'Rodolfo Medina'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 05 19:51:25 2008 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 1KmXkN-0007VD-VB for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 19:50:24 +0200 Original-Received: from localhost ([127.0.0.1]:43782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmXjJ-0006TK-8c for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 13:49:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmXiz-0006SY-BB for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 13:48:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmXix-0006S0-1P for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 13:48:56 -0400 Original-Received: from [199.232.76.173] (port=57417 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmXiw-0006Rx-V0 for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 13:48:54 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:31342) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KmXiw-0005Fy-Cr for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 13:48:54 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m95HmjUS008231; Sun, 5 Oct 2008 12:48:45 -0500 Original-Received: from acsmt704.oracle.com (acsmt704.oracle.com [141.146.40.82]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m95HmhNJ021518; Sun, 5 Oct 2008 11:48:45 -0600 Original-Received: from dradamslap1 (/24.23.165.218) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 05 Oct 2008 10:48:42 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <874p3qopx0.fsf@gmail.com> Thread-Index: AcknEeSar40PXVhGS+Gp+KNozuiIZwAAFvyQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:58390 Archived-At: > > After customizing the font size, in my .emacs appeared the following > > > > (custom-set-faces ...) > > > > How can I replace the `custom-set-faces' issue by some > > other command to achieve the same result? `setq' does not work. > > I don't like settings by custom, I prefer writing lisp code > in ~/.emacs. How can I do so in this case? Uh, use `custom-set-faces' in ~/.emacs? If you never use Customize, then Customize will never overwrite the `(custom-set-faces ...)' that you put in your ~/.emacs.