From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.help Subject: Re: beginner questions Date: Sat, 28 Sep 2013 10:11:00 -0700 (PDT) Message-ID: <6077a0bb-01ef-412a-a199-5f0c0b322e0e@googlegroups.com> References: <87eh8d2qxi.fsf@informatimago.com> <87siwt12nd.fsf@informatimago.com> <87fvspyndr.fsf@informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1380388521 9488 80.91.229.3 (28 Sep 2013 17:15:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Sep 2013 17:15:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 28 19:15:23 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VPy6y-0007kS-B6 for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Sep 2013 19:15:20 +0200 Original-Received: from localhost ([::1]:42111 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPy6x-0001fi-Mg for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Sep 2013 13:15:19 -0400 X-Received: by 10.224.2.68 with SMTP id 4mr14994314qai.1.1380388260888; Sat, 28 Sep 2013 10:11:00 -0700 (PDT) X-Received: by 10.50.6.98 with SMTP id z2mr269182igz.0.1380388260849; Sat, 28 Sep 2013 10:11:00 -0700 (PDT) Original-Path: usenet.stanford.edu!k10no31383qas.0!news-out.google.com!9ni533qaf.0!nntp.google.com!q9no196704qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <87fvspyndr.fsf@informatimago.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.95.18.73; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.95.18.73 User-Agent: G2/1.0 Injection-Date: Sat, 28 Sep 2013 17:11:00 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:201450 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93719 Archived-At: On Saturday, September 28, 2013 9:00:40 PM UTC+5:30, Pascal J. Bourguignon > > M-x customize-variable RET blink-matching-paren RET > > > M-x customize-variable RET default-major-mode RET > > > You should also set auto-mode-alist > (setq auto-mode-alist '(("." . fundamental-mode))) [To Pascal] Why do you part recommend customize and part setq?? [Asking because I belong to the camp that dislikes customize but still sometimes is forced to use it] [To John] If you tell us what editor(s) you have used/like the advice you get can be more precise.