From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pascal J. Bourguignon" Newsgroups: gmane.emacs.help Subject: Re: beginner questions Date: Sat, 28 Sep 2013 17:30:40 +0200 Organization: Informatimago Message-ID: <87fvspyndr.fsf@informatimago.com> References: <87eh8d2qxi.fsf@informatimago.com> <87siwt12nd.fsf@informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1380382513 7591 80.91.229.3 (28 Sep 2013 15:35:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Sep 2013 15:35:13 +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 17:35:18 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 1VPwYA-0001Dm-05 for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Sep 2013 17:35:18 +0200 Original-Received: from localhost ([::1]:41717 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPwY9-0003Cy-Iq for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Sep 2013 11:35:17 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-X-Trace: individual.net 76yrjRg5NNK8zO7YIkmScw3zeMAinG/t7E3QNDilxoxdJMA156 Cancel-Lock: sha1:OWM5OTdmZjNlYmUxMWM3ODRiNjgwMzg3ZWZiOGQ2M2ZmMWQxOTViZQ== sha1:rFGAJWsB/rLrcPvdKOM1BTS/D1k= Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA oElEQVR4nK3OsRHCMAwF0O8YQufUNIQRGIAja9CxSA55AxZgFO4coMgYrEDDQZWPIlNAjwq9 033pbOBPtbXuB6PKNBn5gZkhGa86Z4x2wE67O+06WxGD/HCOGR0deY3f9Ijwwt7rNGNf6Oac l/GuZTF1wFGKiYYHKSFAkjIo1b6sCYS1sVmFhhhahKQssRjRT90ITWUk6vvK3RsPGs+M1RuR mV+hO/VvFAAAAABJRU5ErkJggg== X-Accept-Language: fr, es, en User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.help:201444 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:93713 Archived-At: JohnF writes: > Two more questions, please. First (as also mentioned in post > further down this thread), when I earlier said that fundamental-mode > stops parentheses matching, I'd only actually checked . > Unfortunately, it still matches (stuff), [stuff], {stuff}. > Any way to turn that all off? M-x customize-variable RET blink-matching-paren RET > Secondly, I figured I could easily get that fundamental-mode, as > well as other initializations, into .emacs by myself with a little > googling. But I tried all of (separately and together) > ; -*- mode: Fundamental;-*- ;; -*- mode: fundamental;-*- > (setq-default major-mode 'fundamental-mode) > (setq major-mode 'fundamental-mode) M-x customize-variable RET default-major-mode RET > (fundamental-mode) > and nothing works. Still comes up in its own default mode. You should also set auto-mode-alist (setq auto-mode-alist '(("." . fundamental-mode))) -- __Pascal Bourguignon__ http://www.informatimago.com/