From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.help Subject: Re: Strange problem with (setq buffer-read-only t). Date: Fri, 16 Jan 2009 02:16:51 +0100 Message-ID: References: <87prioe9ay.fsf@debian.domain> <87eiz4dptj.fsf@debian.domain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232068645 32649 80.91.229.12 (16 Jan 2009 01:17:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2009 01:17:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andy Stewart Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 16 02:18:36 2009 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 1LNdM2-0003FL-Fv for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jan 2009 02:18:34 +0100 Original-Received: from localhost ([127.0.0.1]:59100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNdKl-0002SU-Pt for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Jan 2009 20:17:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNdKR-0002SP-Ui for help-gnu-emacs@gnu.org; Thu, 15 Jan 2009 20:16:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNdKP-0002SD-Jd for help-gnu-emacs@gnu.org; Thu, 15 Jan 2009 20:16:54 -0500 Original-Received: from [199.232.76.173] (port=43852 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNdKP-0002SA-EJ for help-gnu-emacs@gnu.org; Thu, 15 Jan 2009 20:16:53 -0500 Original-Received: from mail-ew0-f13.google.com ([209.85.219.13]:41103) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNdKO-0003eV-PU for help-gnu-emacs@gnu.org; Thu, 15 Jan 2009 20:16:53 -0500 Original-Received: by ewy6 with SMTP id 6so1686778ewy.18 for ; Thu, 15 Jan 2009 17:16:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+8/KZRr9ZWixcyGNyxjHrNRA8ByeyfVzULTmu31E27U=; b=o0x6WDLUAHQveoNuGjNWvtB3DpxzIeyNI9owqZ/40BZS+8EM1mWA/UgDGrY2dNw/fe qJwYdlu6VJo4qRGzZBNHbOvZ/ilUEk6ATbAbo0a9FP8Wa3riLuHsM8nI4mi/gy7bYHi/ MLaajzQwi0Mf+G0zIeELkRZRpIomO9mc6PpIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=UvIxsUGv+GXmZBj3Gibsyd8wZsfwv7zhqL1TaH1PbD8BziTGJwZ6KAa1Yolekk1jW+ yXED+K6lcdzNPvo/ah3JHE0ap6RLMm7UZ1o/Etn+qOEoX2gdRCuHGmodUyx+N34WY0wb U5TWq7gu18YeaO2av50kaczchUcibfDJxZOjE= Original-Received: by 10.210.61.19 with SMTP id j19mr2451771eba.41.1232068611735; Thu, 15 Jan 2009 17:16:51 -0800 (PST) In-Reply-To: <87eiz4dptj.fsf@debian.domain> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:61386 Archived-At: On Fri, Jan 16, 2009 at 02:04, Andy Stewart wrote: > I use 23.0.60.1, i find if i association rfc[0-9]+\\.txt with > 'irfc-mode', then buffer is not read-only when it open, even i write > (setq buffer-read-only t) in source code. Please do a precise recipe, starting from emacs -Q. For example, I move to the directory containing the RFCs and I do: emacs -Q -l irfc.el rfc2866.txt and RFC2866 opens in read-only mode. Juanma