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: Disabling a mode based on the size of a buffer? Date: Sun, 25 Aug 2013 23:00:40 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1377464492 30117 80.91.229.3 (25 Aug 2013 21:01:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Aug 2013 21:01:32 +0000 (UTC) Cc: Emacs Help List To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 25 23:01:34 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 1VDhRE-0003JA-Sm for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Aug 2013 23:01:33 +0200 Original-Received: from localhost ([::1]:47602 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDhRE-0002mx-EO for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Aug 2013 17:01:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDhR5-0002mq-2v for help-gnu-emacs@gnu.org; Sun, 25 Aug 2013 17:01:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDhR4-0002eF-9I for help-gnu-emacs@gnu.org; Sun, 25 Aug 2013 17:01:23 -0400 Original-Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:59896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDhR4-0002e7-2M for help-gnu-emacs@gnu.org; Sun, 25 Aug 2013 17:01:22 -0400 Original-Received: by mail-ea0-f175.google.com with SMTP id m14so1228066eaj.6 for ; Sun, 25 Aug 2013 14:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=fd517dbfzOe5s//cl7Q67p2RzJY+IT/jV0qvz53fzAE=; b=m0/BTKydIkJjYNcMjdY/voyNjnbaDoD2xXIzMNuuyYLgSt3BX9DJcpijgsxGIoyMRE EtrqpQ+Dqh5og+WY8Dd70N5cr5oHf7ZPvnftTbzjFTbmhZr6xsHTrgVGzePTBXxaReQE +CYdO/7iy4KK1mdOtFgQ5l4UBZHsnc7nJ4Vh2e04FGpkUwG5iDWB0Rs3+cY3U1Q3k3GO S9wB3hWzJWvjUll5sUWF+G0kuSFGG/Si0TpivlxN4Mk4u1iCCOr9unFRMJ3ZSrADKWjO VmFZDW8lYmpywh3ODzR1NgSUFVmM1uydWx1rgAAzYBPxfMNMKAUNN1Cs2SK/1pakDaZy Y1Fw== X-Received: by 10.14.214.136 with SMTP id c8mr19741021eep.6.1377464480878; Sun, 25 Aug 2013 14:01:20 -0700 (PDT) Original-Received: by 10.14.133.15 with HTTP; Sun, 25 Aug 2013 14:00:40 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22f 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:93084 Archived-At: On Sun, Aug 25, 2013 at 3:52 PM, Stefan Monnier wrote: > It's still just a workaround And a crude one, to boot. J