From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Indentation flaky and currently broken in 24.4 Date: Tue, 31 Mar 2015 08:53:09 +1100 Message-ID: <87r3s6jgoq.fsf@gmail.com> References: <594BD04C115DA94BA29F38E625AF8AF12664B675@SSVMEXDAG01MB02.tufts.ad.tufts.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1427752437 2413 80.91.229.3 (30 Mar 2015 21:53:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Mar 2015 21:53:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 30 23:53:43 2015 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 1Ychcm-0000xq-6C for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Mar 2015 23:53:36 +0200 Original-Received: from localhost ([::1]:36087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ychcl-0007zP-A9 for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Mar 2015 17:53:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YchcW-0007wo-4L for help-gnu-emacs@gnu.org; Mon, 30 Mar 2015 17:53:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YchcS-0007Sb-RA for help-gnu-emacs@gnu.org; Mon, 30 Mar 2015 17:53:20 -0400 Original-Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:34826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YchcS-0007SO-Kb for help-gnu-emacs@gnu.org; Mon, 30 Mar 2015 17:53:16 -0400 Original-Received: by patj18 with SMTP id j18so23199961pat.2 for ; Mon, 30 Mar 2015 14:53:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=T72Ni2IUncxag5z+bwF9AO7JWcve9S3AAdzStOjkFOo=; b=co6+yaLC7uGI7x0/0QX9kJimSNKnhXddwujROn0AZTnKpfJuLNa0EvzY8XOS3V7bWl d4cpeVBYNvrP1lQDPatwgdU+1nfCpZ4Rq7KafGHNt9rSbUpEy4S7Hdul9KqN2TvHTNrw fzIBC2j+0BotypbONa5w3q8cyNRweQyUHy37efskU96QV6AaBOQlAffUhot9ICZLX0rh XOQf3r/Fwn/kaXRXoPgaCfpUP0QQvYCNARM8vzpIEb9vO/Mai5KCvhYbK27vSidMDn4j Dva9D2Qc1iuJ39cTs43ciQ49G5J/V/VwAbBVSGXg8tYPpYo82HN+/lMMBUze4qaf9iqv m83w== X-Received: by 10.70.103.100 with SMTP id fv4mr17850605pdb.68.1427752394976; Mon, 30 Mar 2015 14:53:14 -0700 (PDT) Original-Received: from localhost (ppp118-209-153-12.lns20.mel8.internode.on.net. [118.209.153.12]) by mx.google.com with ESMTPSA id qc10sm11665494pbc.72.2015.03.30.14.53.12 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 30 Mar 2015 14:53:13 -0700 (PDT) In-reply-to: <594BD04C115DA94BA29F38E625AF8AF12664B675@SSVMEXDAG01MB02.tufts.ad.tufts.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22e 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:103461 Archived-At: Valenti, Andrew P. writes: > The auto indentation in HTML and Javascript mode has suddenly > become broke, with lines previously properly indented, being > reset to column 0 after a line return and the key no > longer functional. Indentation was work, then stopped working, > then started working again and now stopped working. I've tried > restarting emacs and reverting to a previous buffer to no > avail. Any clues/suggestions would be appreciated! i can't reproduce this on 24.4 (manually compiled for Debian 7.8 x86_64). Could you please provide a minimal example, starting from `emacs -Q', of the texts for `html-mode' and `javascript-mode' that consistently demonstrate the behaviour you describe? Alexis.