all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Jordi Gutiérrez Hermoso" <jordigh@octave.org>
Cc: 11653@debbugs.gnu.org
Subject: bug#11653: 23.2; Segfault with csv-mode
Date: Wed, 13 Jun 2012 19:28:48 +0300	[thread overview]
Message-ID: <83vcivxjjz.fsf@gnu.org> (raw)
In-Reply-To: <CAPHS2gy-RXb=YttK11BSgODk70u0PO1BEqgv58fxZGD4Q8Dn0w@mail.gmail.com>

> Date: Wed, 13 Jun 2012 12:12:33 -0400
> From: Jordi Gutiérrez Hermoso <jordigh@octave.org>
> Cc: 11653@debbugs.gnu.org
> 
> >>       overlay_string_index = 1935,   <<<<<<<<<<<<<<<<<<<<<<<
> >>       string_pos = {
> >>         charpos = 0,
> >>         bytepos = 0
> >
> > Are there this many overlay strings in the buffer at character
> > position 1?  If not, this huge number is probably garbage, and is the
> > cause for the segfault.
> 
> I don't understand Emacs internals. What's an overlay string, and how
> do I count it?

It's an overlay with a before-string or an after-string property.  You
should be able to see that with "M-x describe-text-properties RET", I
think, as well as in the code of the mode you are using.

> > Btw, when I tried your recipe, Emacs asked me about the column to sort
> > by, which was not in your recipe.  Can you double-check if your recipe
> > is 100% correct and does not omit any important details?
> 
> I thought the <RET> handled it for me, because the function
> csv-sort-fields queries you for a value. Yes, the default of 1 is
> what's necessary.

OK, I will try the recipe again when I have time.






  reply	other threads:[~2012-06-13 16:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-08 16:29 bug#11653: 23.2; Segfault with csv-mode Jordi Gutiérrez Hermoso
2012-06-08 17:49 ` Eli Zaretskii
2012-06-13 14:32   ` Jordi Gutiérrez Hermoso
2012-06-13 15:45     ` Eli Zaretskii
2012-06-13 16:12       ` Jordi Gutiérrez Hermoso
2012-06-13 16:28         ` Eli Zaretskii [this message]
2012-06-15 18:13         ` Eli Zaretskii
2012-06-15 18:30           ` Eli Zaretskii
2012-06-16 10:28             ` Eli Zaretskii

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=83vcivxjjz.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=11653@debbugs.gnu.org \
    --cc=jordigh@octave.org \
    /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.