all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Pennebaker <andrew.pennebaker@gmail.com>
To: Robert Thorpe <rt@robertthorpeconsulting.com>
Cc: Emacs Help <help-gnu-emacs@gnu.org>
Subject: Re: hideshow bug with json-mode
Date: Wed, 6 May 2015 21:35:07 -0500	[thread overview]
Message-ID: <CAHXt_SXK8OYsrGuQKukKx0y_T=EPnXxERYQBnber47=8+nYSWg@mail.gmail.com> (raw)
In-Reply-To: <87lhh1306p.fsf@robertthorpeconsulting.com>

Odd, I'm using the latest version of json-mode and still observing the
problem. I'll file a bug.

I wonder if I'm not describing the test case clearly enough. Make sure

* the major-mode is json-mode
* cursor is on line 3, at column 0 or anywhere besides columns 16/17 where
the curly brace lives
* use hs-toggle-hiding
* file contents are:

{
  "name": "dotfiles",
  "repository": {
    "type": "git"
  }
}

On my machine, toggling on line 3 before the curly brace collapses the
parent like this:

{ ... }

which gets nasty in a larger JSON document, when all I want collapsed is
this:

{
  "name": "dotfiles",
  "repository": { ... }
}

System:

$ find $HOME/.emacs.d/.cask -type d -name '*json-mode*'

/Users/andrew/.emacs.d/.cask/24.4.1/elpa/json-mode-20150413.1948

$ emacs --version

GNU Emacs 24.4.1

Copyright (C) 2014 Free Software Foundation, Inc.

GNU Emacs comes with ABSOLUTELY NO WARRANTY.

You may redistribute copies of Emacs

under the terms of the GNU General Public License.

For more information about these matters, see the file named COPYING.

On Wed, May 6, 2015 at 3:45 PM, Robert Thorpe <rt@robertthorpeconsulting.com
> wrote:

> Andrew Pennebaker <andrew.pennebaker@gmail.com> writes:
>
> > If I don't carefully position my cursor right on the opening curly brace,
> > then hideshow toggles the parent block instead of the current line's
> block.
>
> That looks like a bug in json-mode.  I think that mode doesn't setup the
> syntax table correctly.
>
> That said, I just downloaded https://github.com/joshwnj/json-mode (I
> assume that's the one you're using) and ran that, and it worked
> correctly.
>
> Have you tried it with emacs -q ?
>
> BR,
> Rob
>



-- 
Cheers,
Andrew


  reply	other threads:[~2015-05-07  2:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06 17:37 hideshow bug with json-mode Andrew Pennebaker
2015-05-06 20:45 ` Robert Thorpe
2015-05-07  2:35   ` Andrew Pennebaker [this message]
2015-05-07  2:37     ` Andrew Pennebaker
2015-05-07 13:20 ` Michael Heerdegen
2015-05-07 14:02   ` Andrew Pennebaker
2015-05-07 20:50     ` Robert Thorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHXt_SXK8OYsrGuQKukKx0y_T=EPnXxERYQBnber47=8+nYSWg@mail.gmail.com' \
    --to=andrew.pennebaker@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rt@robertthorpeconsulting.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.