From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: Re: how to map sh-mode to mean bash-mode Date: Wed, 20 Jul 2011 07:25:01 +0800 Message-ID: <87fwm1etv6.fsf@jidanni.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311120073 8996 80.91.229.12 (20 Jul 2011 00:01:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Jul 2011 00:01:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, 9110@debbugs.gnu.org To: monnier@iro.umontreal.ca Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 20 02:01:08 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 1QjKDs-00051N-69 for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Jul 2011 02:01:08 +0200 Original-Received: from localhost ([::1]:43036 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjKDr-0000w2-3c for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Jul 2011 20:01:07 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjKCE-0000ub-7g for help-gnu-emacs@gnu.org; Tue, 19 Jul 2011 19:59:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjKC9-00034i-LI for help-gnu-emacs@gnu.org; Tue, 19 Jul 2011 19:59:25 -0400 Original-Received: from caiajhbdcbhh.dreamhost.com ([208.97.132.177]:54799 helo=homiemail-a6.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjKC8-00034K-UX for help-gnu-emacs@gnu.org; Tue, 19 Jul 2011 19:59:21 -0400 Original-Received: from homiemail-a6.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a6.g.dreamhost.com (Postfix) with ESMTP id 65FA7598074; Tue, 19 Jul 2011 16:59:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:cc:subject :references:date:message-id:mime-version:content-type; q=dns; s= jidanni.org; b=Tdl+tmCXbGluade6qGYKQqRDAloUSdeJeoAhdVZr+fgIpDzi+ 4laCgqaACACk5nEiutKbgS4ljIf6TpKDygppodJOHmtz6zYyx8ddR85ee5HAKkgl lLwzdz9uzwzkJ5aBO04KWb5ydlh8tcD2Tjhl9gbhy1HS+Tq3edZCFx87WM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=DNy5scWmAahN+itHbxq1frsOgtQ=; b=IVaY77l7FCPRf aTzdZZDro5EFTwP4dYEgMqqHWpYCS01xcaMj7PtcNkVF0Jw6xsJhguHabjFBqxJu 9djEsVyLaESCYuBCGTc0MyE5WgUjxGuhzG7vTl7W8ithOYZ1/uDo3aV772daavTZ ljsirlxrAf2FfXE5YORVi9SjXZq2L8= Original-Received: from jidanni.org (218-163-1-136.dynamic.hinet.net [218.163.1.136]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a6.g.dreamhost.com (Postfix) with ESMTPSA id 1A4AB59806B; Tue, 19 Jul 2011 16:59:19 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.97.132.177 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:81684 Archived-At: OK, I perfected it: (eval-after-load "sh-script" '(add-to-list 'sh-alias-alist '(sh . bash)))