unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11001: 24.0.92; align-regexp fails
@ 2012-03-12 17:21 David Caldwell
  2012-03-12 17:44 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: David Caldwell @ 2012-03-12 17:21 UTC (permalink / raw)
  To: 11001

[-- Attachment #1: Type: text/plain, Size: 3631 bytes --]

This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org.  Please check that
the From: line contains a valid email address.  After a delay of up
to one day, you should receive an acknowledgement at that address.

Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.

Please describe exactly what actions triggered the bug, and
the precise symptoms of the bug.  If you can, give a recipe
starting from `emacs -Q':

Given the following lines:

     hello->there
     hi->there

Mark them and then do "M-x align-regexp RET - > RET". I get an error:

  align-regexp: Wrong type argument: markerp, 0

It doesn't actually matter what regex I enter; I get the error on all
inputs.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 24.0.92.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
 of 2011-12-02 on bob.porkrind.org
Windowing system distributor `Apple', version 10.3.1138
configured using `configure  '--host=x86_64-apple-darwin'
'--build=i686-apple-darwin' '--with-ns' 'build_alias=i686-apple-darwin'
'host_alias=x86_64-apple-darwin' 'CC=gcc -mmacosx-version-min=10.5''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Ruby

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<down> <down> <down> C-SPC <down> <down> <down> M-x
a l i g n 0 - r e <backspace> <backspace> <backspace>
<backspace> - r e q <tab> <backspace> g <tab> <return>
: : <return> C-g M-x r e p o r t - e m a c s - b u
g <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit
Making completion list... [4 times]
Loading vc-git...done
Mark set
align-regexp: Wrong type argument: markerp, 0
Quit

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr message format-spec rfc822 mml mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader
emacsbug align vc-git ruby-mode regexp-opt help-mode easymenu view
time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win
tool-bar dnd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
make-network-process ns multi-tty emacs)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 305 bytes --]

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

* bug#11001: 24.0.92; align-regexp fails
  2012-03-12 17:21 bug#11001: 24.0.92; align-regexp fails David Caldwell
@ 2012-03-12 17:44 ` Glenn Morris
  2012-03-12 18:44   ` David Caldwell
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2012-03-12 17:44 UTC (permalink / raw)
  To: David Caldwell; +Cc: 11001

David Caldwell wrote:

>   align-regexp: Wrong type argument: markerp, 0
[...]
> In GNU Emacs 24.0.92.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
>  of 2011-12-02 on bob.porkrind.org

I can't reproduce this in the current trunk. Sounds like fixed bug

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10216





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

* bug#11001: 24.0.92; align-regexp fails
  2012-03-12 17:44 ` Glenn Morris
@ 2012-03-12 18:44   ` David Caldwell
  0 siblings, 0 replies; 3+ messages in thread
From: David Caldwell @ 2012-03-12 18:44 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 11001

[-- Attachment #1: Type: text/plain, Size: 536 bytes --]

On 3/12/12 10:44 AM, Glenn Morris wrote:
> David Caldwell wrote:
> 
>>   align-regexp: Wrong type argument: markerp, 0
> [...]
>> In GNU Emacs 24.0.92.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
>>  of 2011-12-02 on bob.porkrind.org
> 
> I can't reproduce this in the current trunk. Sounds like fixed bug
> 
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10216

You're right--I wasn't using the latest pretest. I can confirm the bug
doesn't exist on the latest pretest. Sorry for the spurious bug report.

-David


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 305 bytes --]

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

end of thread, other threads:[~2012-03-12 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 17:21 bug#11001: 24.0.92; align-regexp fails David Caldwell
2012-03-12 17:44 ` Glenn Morris
2012-03-12 18:44   ` David Caldwell

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).