From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Valentin Plechinger Newsgroups: gmane.emacs.help Subject: Re: Major mode weirdness. Date: Wed, 13 Jul 2011 23:07:52 +0200 Message-ID: <87k4bl99ef.wl%v.plechinger@gmail.com> References: <87d3hejj8p.fsf@UlanBator.myhome.westell.com> <87oc0y81tc.wl%v.plechinger@gmail.com> <87zkkhyku1.fsf@UlanBator.myhome.westell.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1310591382 9173 80.91.229.12 (13 Jul 2011 21:09:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jul 2011 21:09:42 +0000 (UTC) To: Help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 13 23:09:38 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qh6gb-00004w-0r for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jul 2011 23:09:37 +0200 Original-Received: from localhost ([::1]:41442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh6gZ-0006TG-Tx for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jul 2011 17:09:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh6ez-0006Ss-MD for Help-gnu-emacs@gnu.org; Wed, 13 Jul 2011 17:07:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qh6ex-0007Zx-Lz for Help-gnu-emacs@gnu.org; Wed, 13 Jul 2011 17:07:57 -0400 Original-Received: from mail-fx0-f52.google.com ([209.85.161.52]:63185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh6ex-0007Zt-8O for Help-gnu-emacs@gnu.org; Wed, 13 Jul 2011 17:07:55 -0400 Original-Received: by fxd18 with SMTP id 18so2451952fxd.39 for ; Wed, 13 Jul 2011 14:07:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:message-id:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type; bh=upi+LLbLrzM4GzxwBGivJ5h/nw9RN6AajRC8sVJK6TA=; b=nMByxNgAZPxmug/GXdHoBCfYtCy+NyhDIWOXrZ5g19ZXK2h6+IV98zFmSTSZX/KKbh d3DU3KjKVIKQ4gAUn42hzx5GpO2ez6NpoXLbyaTG4Q0G0D4bIfYt9HPupwmZNuKrC4kS eBMQuZJDb64LHmwROqzbcQ77VYgnzpha90qXo= Original-Received: by 10.223.24.92 with SMTP id u28mr2246239fab.148.1310591274126; Wed, 13 Jul 2011 14:07:54 -0700 (PDT) Original-Received: from voli.gmail.com (91-113-63-243.adsl.highway.telekom.at [91.113.63.243]) by mx.google.com with ESMTPS id b13sm10738322fab.36.2011.07.13.14.07.53 (version=SSLv3 cipher=OTHER); Wed, 13 Jul 2011 14:07:53 -0700 (PDT) In-Reply-To: <87zkkhyku1.fsf@UlanBator.myhome.westell.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.3 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.52 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:81576 Archived-At: > This variable is obsolete since 23.2; > use `major-mode' instead. > > Documentation: > *Value of `major-mode' for new buffers. > > Wishing to be up-do-date, I replaced default-major-mode with major-mode, and > so began my problems (or at least one of them). Didn't know that, still if it works perfectly why change it?