From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ishi soichi Newsgroups: gmane.emacs.help Subject: Re: override comment-or-uncomment-region gives an error Date: Tue, 4 Jun 2013 12:04:51 +0900 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1370315105 31915 80.91.229.3 (4 Jun 2013 03:05:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Jun 2013 03:05:05 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 04 05:05:05 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 1UjhYW-0000hj-H2 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Jun 2013 05:05:04 +0200 Original-Received: from localhost ([::1]:45386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjhYW-0004O9-0c for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Jun 2013 23:05:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjhYM-0004O1-0I for help-gnu-emacs@gnu.org; Mon, 03 Jun 2013 23:04:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjhYK-0005To-4S for help-gnu-emacs@gnu.org; Mon, 03 Jun 2013 23:04:53 -0400 Original-Received: from mail-vc0-f176.google.com ([209.85.220.176]:40219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjhYK-0005Td-0u for help-gnu-emacs@gnu.org; Mon, 03 Jun 2013 23:04:52 -0400 Original-Received: by mail-vc0-f176.google.com with SMTP id ha11so3151694vcb.7 for ; Mon, 03 Jun 2013 20:04:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HTz/NKMtYQdolEtQQ+KuGD1ChicxowMNA6BHT00N/YI=; b=aKjZHTVKUSPNo0vNj/MDyOavUFpQu/5fs6FFvwJMpE7DXuvjH29jepRQnFM2EsebKT QVCF41Tn9cC2SKdw5RGiYaCBaDW9NicHu2dYjUuKbiefQ+gPSozEKc45e4RzjQNUiUyJ li8Yx178Cxr66cF/4/D4ksEDYuaxmZVRwknDeodnZgIvx8GMZejbwEYJx4rBjINubpUZ nRnwBdrdiKp/pdAZc3LZQ4JVJU0YZOhOSgeYTv4mtKF8R58GIEnkQ3TXxfoN9i554LRe ymlMN40hCVzbOI71a5NKdvrYIRPud23S2kvaUGNJ8koloT69Mdqj9crajBiBlRcRkHCB 9fnA== X-Received: by 10.220.101.69 with SMTP id b5mr10611598vco.55.1370315091306; Mon, 03 Jun 2013 20:04:51 -0700 (PDT) Original-Received: by 10.58.186.134 with HTTP; Mon, 3 Jun 2013 20:04:51 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.220.176 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:91280 Archived-At: thanks. all comments seem useful. I will try one by one. soichi 2013/5/30 Stefan Monnier > > When using web-mode, the commenting function is different. So I need > > Why not just set `comment-region-function' buffer-locally to some > function of your choice? > > > Stefan > > >