unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#12343: align.el: Lisp error: (error "Marker does not point anywhere")
@ 2012-09-03 21:29 Dan Nicolaescu
  2012-09-16 16:27 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Nicolaescu @ 2012-09-03 21:29 UTC (permalink / raw)
  To: 12343


With the current trunk.

$ cat test.pl
$aaa_aa_aaa11          = "aa_aaa11";
$aaa_aa_a1_11          = "aa_a1_11";
$aaa_aa_a11_11         = "aa_a11_11";
$aaa_aa_a11            = "aa_a11";
$aaa_aa_aa1_11         = "aa_aa1_11";
$aaa_aa_aa11_11        = "aa_aa11_11";
$aaa_aa_aaaAa11        = "aa_aaaAa11";
$aaa_aa_aaaAaa1_11     = "aa_aaaAaa1_11";
$aaa_aa_aaaAaa11_11    = "aa_aaaAaa11_11";
$aaa_aa_aaaA_1aa11     = "aa_aaaA_1aa11";
$aaa_aa_aaaA_1aaa1_11  = "aa_aaaA_1aaa1_11";
$aaa_aa_aaaA_1aaa11_11 = "aa_aaaA_1aaa11_11";
$aaa_aa_aaaAaa11       = "aa_aaaAaa11";
$aaa_aa_aaaAaaa1_11    = "aa_aaaAaaa1_11";
$aaa_aa_aaaAaaa11_11   = "aa_aaaAaaa11_11";

$ emacs -Q test.pl
C-x h
C-u M-x align RET

signals an error:

Lisp error: (error "Marker does not point anywhere")

This works fine with emacs-24.1

It looks like the problem was introduced by this change:

------------------------------------------------------------
revno: 109529
fixes bug: http://debbugs.gnu.org/10047
committer: Chong Yidong <cyd@gnu.org>
branch nick: trunk
timestamp: Thu 2012-08-09 15:34:53 +0800
message:
  * align.el (align-region): Delete temporary markers.
  Plus some code cleanups.

Loading the previous version of align.el from revno: 106891 make the test work just fine.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#12343: align.el: Lisp error: (error "Marker does not point anywhere")
  2012-09-03 21:29 bug#12343: align.el: Lisp error: (error "Marker does not point anywhere") Dan Nicolaescu
@ 2012-09-16 16:27 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2012-09-16 16:27 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: 12343

Dan Nicolaescu <dann@gnu.org> writes:

> $ emacs -Q test.pl
> C-x h
> C-u M-x align RET
>
> signals an error:
>
> Lisp error: (error "Marker does not point anywhere")
>
> This works fine with emacs-24.1

Fixed in trunk.  Thanks for the report.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-16 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-03 21:29 bug#12343: align.el: Lisp error: (error "Marker does not point anywhere") Dan Nicolaescu
2012-09-16 16:27 ` Chong Yidong

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).