help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: indent-region deletes most of region: where to start?


From: Dmitry Gutov
Subject: Re: indent-region deletes most of region: where to start?
Date: Wed, 11 Jul 2012 21:44:53 +0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

Jonathan Eisenhamer <eisenham@stsci.edu> writes:
> This is a "where to start" question. The situation is as follows:
>
> Issue: indent-region() deletes much of the region. It is clear that there is > some point in the file that triggers some failure where, depending on whether > mark was placed at the beginning or end of region, will delete from the trigger
> point to mark.
>
> This is something related to v.24 of Emacs. The same file, sourcing the same
> startup scripts in v.23 works fine.
>
> The reason I ask "where to start" or "who should I ask first about this" is
> because of the complicated mode setup the file is being edited in.
>
> The file is a PHP file, and the mode list is (XHMTL yas Multi-Web).

That's called the mode line. To look at the list of currently active modes, press 'C-h m', or 'M-x descrobe-mode'.

> If I am following things, it looks like the actual function being called is the
> built-in sgml-indent-line()
>
> So, to who or to where should I go from here?

Here, probably: https://github.com/fgallina/multi-web-mode/issues



reply via email to

[Prev in Thread] Current Thread [Next in Thread]