GNU bug report logs - #8495
24.0.50: elisp info typo

Previous Next

Package: emacs;

Reported by: Alp Aker <aker <at> pitt.edu>

Date: Wed, 13 Apr 2011 21:53:01 UTC

Severity: minor

Found in version 24.0.50

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8495 in the body.
You can then email your comments to 8495 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8495; Package emacs. (Wed, 13 Apr 2011 21:53:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alp Aker <aker <at> pitt.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 13 Apr 2011 21:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alp Aker <aker <at> pitt.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50: elisp info typo
Date: Wed, 13 Apr 2011 17:45:35 -0400 (EDT)
The info node `(elisp)Image Descriptors' states that:

  Laplace edge-detection currently uses a matrix of
       (1  0  0
        0  0  0
        9  9 -1)

but the matrix is defined in image.c as:

  static int laplace_matrix[9] = {
     /* x - 1     x       x + 1  */
          1,      0,      0,      /* y - 1 */
          0,      0,      0,      /* y     */
          0,      0,      -1      /* y + 1 */
  };





Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8495; Package emacs. (Thu, 12 May 2011 07:28:01 GMT) Full text and rfc822 format available.

Message #8 received at 8495 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Alp Aker <aker <at> pitt.edu>
Cc: 8495 <at> debbugs.gnu.org
Subject: Re: bug#8495: 24.0.50: elisp info typo
Date: Thu, 12 May 2011 03:27:22 -0400
Version: 24.1

Thanks; fixed.




bug marked as fixed in version 24.1, send any further explanations to 8495 <at> debbugs.gnu.org and Alp Aker <aker <at> pitt.edu> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 12 May 2011 07:29:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 09 Jun 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.