all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How do I go about debugging my Elisp code?
@ 2022-01-08  5:20 Davin Pearson
  2022-01-10 10:11 ` Michael Heerdegen
  2022-01-13  1:22 ` Fwd: " Davin Pearson
  0 siblings, 2 replies; 142+ messages in thread
From: Davin Pearson @ 2022-01-08  5:20 UTC (permalink / raw)
  To: emacs-devel

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

I sent this email to gnu.emacs.help but got no reply :-(

When it comes up with a back trace it notifies you of the
problematic line of code but doesn't tell you which line the
error comes from.

What I have to do with this is to put debugger checkpoints on
every second line of Elisp code.  At least that gives you the
location of the error message, by looking at the *Messages*
buffer you can see the last checkpoint before the debugger
was entered...

See the file at the following location for an example.
In this file debug lines are commented out like so
;;(message "#cream:[0-9]+:")

http://davinpearson.nz/binaries/dmp-padderise.el

Executing the command in this file called dmp-padderise.el:
dmp-padderise--uncomment-hash-lines makes all the debug lines
visible to the Elisp system.  Executing the following command:
dmp-padderise--comment-hash-lines comments out the debug lines.

Is there a better way to hunt down error messages?

Could someone email me a hyperlink to a superior debugging
system?

[-- Attachment #2: Type: text/html, Size: 1231 bytes --]

^ permalink raw reply	[flat|nested] 142+ messages in thread
[parent not found: <87mtzt6qhf.fsf@gnu.org>]
* NonGNU ELPA and release frequency
@ 2020-10-23 11:59 Antoine Kalmbach
  2020-10-24  3:50 ` Richard Stallman
  0 siblings, 1 reply; 142+ messages in thread
From: Antoine Kalmbach @ 2020-10-23 11:59 UTC (permalink / raw)
  To: emacs-devel


Given that the details of NonGNU ELPA are still being fleshed out, has
there been any discussion on how often NonGNU ELPA packages are
released into the package repository?

Suppose I am a package author upstream on a package that isn't in GNU
ELPA.  This package is maintained in an external repository somewhere on
the net.  I release a new version, pushing the commit into the
repository.  Now the following things are unclear:

  1. If I want my changes to appear in NonGNU ELPA, should I:

     a. Send a patch with the changes to the appropriate mailing lists
        (emacs-devel or bug-gnu-emacs?)
     b. Send a request to pull the changes to ibid.
     c. Push changes to some reference
     d. Email a mailing list announcing the changes and wait for someone
        to update the package

  2. How often would NonGNU packages be updated? Will it be up to each
     individual package, or would there be recurring (e.g. monthly)
     "distributions" of the whole package set, so that a package and all
     its dependents would effectively be "frozen" until a regular
     update?

  3. Would NonGNU ELPA have some sort of automated build system for
     checking that packages meet some sort of quality checks, for
     instance, checking that packages can be byte compiled without
     errors, checking documentation using checkdoc, and verifying the
     license is appropriate, etc.

Do any of those questions make sense? Lately on several forums there has
been much discussion about MELPA and other third-party repositories, and
the nature of those discussions strongly indicates that NonGNU ELPA is
necessary and requires attention.

-- 
Antoine Kalmbach



^ permalink raw reply	[flat|nested] 142+ messages in thread
* NonGNU ELPA
@ 2020-09-11  4:21 Richard Stallman
  2020-09-12 22:51 ` Tim Van den Langenbergh
  0 siblings, 1 reply; 142+ messages in thread
From: Richard Stallman @ 2020-09-11  4:21 UTC (permalink / raw)
  To: emacs-devel

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

No progress is happening on NonGNU ELPA.  We need someone who would
like to implement it.  Would someone like to do that?

-- 
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





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

end of thread, other threads:[~2022-01-23 16:39 UTC | newest]

Thread overview: 142+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-08  5:20 How do I go about debugging my Elisp code? Davin Pearson
2022-01-10 10:11 ` Michael Heerdegen
2022-01-10 10:37   ` Po Lu
2022-01-13  1:22 ` Fwd: " Davin Pearson
2022-01-13  1:34   ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-13 12:58   ` Michael Heerdegen
2022-01-14  6:55   ` Marcin Borkowski
2022-01-14  8:24   ` Jean Louis
2022-01-14 23:22     ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-14 13:46   ` Jean Louis
2022-01-14 14:56     ` Tassilo Horn
2022-01-14 15:20       ` Jean Louis
2022-01-14 16:23         ` Tassilo Horn
2022-01-14 16:53           ` Jean Louis
2022-01-14 17:24             ` Tassilo Horn
2022-01-14 17:57               ` Jean Louis
2022-01-14 18:58                 ` Tassilo Horn
2022-01-15  7:34                   ` Jean Louis
2022-01-14 18:56             ` Marcin Borkowski
2022-01-14 19:02               ` Jean Louis
2022-01-14 19:51                 ` Tassilo Horn
2022-01-15  7:35                   ` Jean Louis
2022-01-15 10:15                     ` Tassilo Horn
2022-01-15 11:33                       ` Jean Louis
2022-01-18  0:03                         ` Davin Pearson
2022-01-14 23:28               ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-14 23:26       ` NonGNU ELPA (was: Re: Fwd: How do I go about debugging my Elisp code?) Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-15  7:39         ` Jean Louis
2022-01-17  3:47           ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-17 18:15             ` Jean Louis
2022-01-18  0:01               ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-18  5:02                 ` Jean Louis
2022-01-18  6:06                   ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-18  3:02               ` NonGNU ELPA Stefan Monnier via Users list for the GNU Emacs text editor
2022-01-18  3:20                 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-18  3:49                   ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-01-21 21:32                     ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-22  4:00                       ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-01-22  4:53                         ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-22  5:23                           ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-22  5:24                           ` Po Lu
2022-01-22  5:38                             ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-22  6:32                               ` Po Lu
2022-01-22  6:42                                 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-22  7:10                                   ` Po Lu
2022-01-22 12:24                                 ` Jean Louis
2022-01-22 12:38                                   ` Po Lu
2022-01-22 11:13                               ` Jean Louis
2022-01-22 13:43                                 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-23  9:24                                   ` Jean Louis
2022-01-23 16:26                             ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-01-23 16:39                               ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-22  4:58                         ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-22  5:05                           ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-18  3:23                 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-14 17:40     ` Fwd: How do I go about debugging my Elisp code? Yuri Khan
2022-01-14 17:51       ` Jean Louis
2022-01-14 23:31       ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-14 23:24     ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-15  2:13       ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-01-15  8:24         ` Jean Louis
     [not found] <87mtzt6qhf.fsf@gnu.org>
     [not found] ` <E1kbaeV-0002fw-Bm@fencepost.gnu.org>
     [not found]   ` <87v9eg4gm5.fsf@gnu.org>
     [not found]     ` <E1kbzB3-0000P3-EJ@fencepost.gnu.org>
     [not found]       ` <87o8k7yt7n.fsf@gnu.org>
     [not found]         ` <E1kciiO-0007Vp-Ms@fencepost.gnu.org>
     [not found]           ` <87ima56h1a.fsf@gnu.org>
2020-11-21 19:02             ` NonGNU ELPA Stefan Monnier
2020-11-21 19:10               ` Jean Louis
2020-11-21 19:30               ` Eli Zaretskii
2020-11-21 19:42                 ` Amin Bandali
2020-11-21 19:41               ` Jean Louis
2020-11-21 21:14                 ` Stefan Monnier
2020-11-21 21:54                   ` Jean Louis
2020-11-21 23:21                     ` Stefan Monnier
2020-12-04  3:52                 ` Stefan Monnier
2020-12-04  7:43                   ` Jean Louis
2020-12-04 13:59                     ` Stefan Monnier
2020-12-05  5:21                     ` Richard Stallman
2020-11-21 19:54               ` Clément Pit-Claudel
2020-11-21 21:18                 ` Stefan Monnier
2020-11-21 21:57                   ` Jean Louis
2020-11-21 22:21                   ` Clément Pit-Claudel
2020-11-21 23:19                     ` Jean Louis
2020-11-21 23:27                     ` Stefan Monnier
2020-11-21 23:22                   ` Stefan Kangas
2020-11-21 23:32                     ` Clément Pit-Claudel
2020-11-22  0:30                       ` Stefan Monnier
2020-11-22  0:40                         ` Clément Pit-Claudel
2020-11-22  5:04                       ` Richard Stallman
2020-11-22 15:03                         ` Stefan Monnier
2020-11-23  4:44                           ` Richard Stallman
2020-11-21 23:11               ` Stefan Kangas
2020-11-21 23:33               ` Stefan Kangas
2020-11-22  0:40                 ` Stefan Monnier
2020-11-22  2:07                   ` Stefan Kangas
2020-11-22 19:49                     ` Stefan Monnier
2020-11-22  5:04                 ` Richard Stallman
2020-11-24 20:05                   ` Stefan Kangas
2020-11-25  5:52                     ` Jean Louis
2020-11-26  4:47                     ` Richard Stallman
2020-11-26 14:19                       ` Stefan Monnier
2020-11-27  9:14                         ` Stefan Kangas
2020-11-27 13:56                           ` Stefan Monnier
2020-11-27 15:10                             ` Eli Zaretskii
2020-11-27 14:59                           ` Jean Louis
2020-11-27 14:56                         ` Jean Louis
2020-11-27 15:21                           ` Stefan Monnier
2020-11-27 16:00                             ` Jean Louis
2020-11-28  8:47                               ` Stefan Kangas
2020-11-27  8:54                       ` Stefan Kangas
2020-11-29  5:21                         ` Richard Stallman
2020-11-29  9:22                           ` Stefan Kangas
2020-11-30  4:47                             ` Richard Stallman
2020-11-29  5:21                         ` Richard Stallman
2020-11-29  8:59                           ` Andrea Corallo via Emacs development discussions.
2020-11-30  4:48                             ` Richard Stallman
2020-11-22  4:58               ` Richard Stallman
2020-11-23 11:09               ` Zhu Zihao
2020-11-23 15:12                 ` Stefan Monnier
2020-12-05 11:45               ` Daniel Martín
2020-12-05 13:14                 ` Jean Louis
2020-12-05 13:33                 ` Stefan Monnier
2020-12-05 18:37                   ` Daniel Martín
2020-12-05 21:11                     ` Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2020-10-23 11:59 NonGNU ELPA and release frequency Antoine Kalmbach
2020-10-24  3:50 ` Richard Stallman
2020-10-24  7:08   ` Jean Louis
2020-10-24  8:41     ` Eli Zaretskii
2020-10-24 12:06       ` Jean Louis
2020-10-24 12:54         ` Eli Zaretskii
2020-10-24 14:12           ` Jean Louis
2020-10-24 14:16             ` Eli Zaretskii
2020-10-24 14:21               ` NonGNU ELPA Jean Louis
2020-10-24 14:50                 ` Eli Zaretskii
2020-10-24 14:25     ` NonGNU ELPA and release frequency Antoine Kalmbach
2020-10-24 14:29       ` NonGNU ELPA Jean Louis
2020-10-24 14:40         ` Antoine Kalmbach
2020-10-24 16:37           ` Michael Albinus
2020-10-24 17:05             ` Stefan Kangas
2020-10-24 18:00               ` Antoine Kalmbach
2020-10-24 19:12                 ` Michael Albinus
2020-10-25 11:40                   ` Michael Albinus
2020-10-25 12:20                     ` Antoine Kalmbach
2020-10-25  3:48     ` NonGNU ELPA and release frequency Richard Stallman
2020-10-25 14:54       ` Ivan Yonchovski
2020-10-26  4:10         ` Richard Stallman
2020-10-26 10:35           ` NonGNU ELPA Jean Louis
2020-10-27  3:47             ` Richard Stallman
2020-09-11  4:21 Richard Stallman
2020-09-12 22:51 ` Tim Van den Langenbergh
2020-09-14  3:50   ` Richard Stallman
2020-09-14  8:23     ` Göktuğ Kayaalp
2020-09-15  4:38       ` Richard Stallman
2020-09-15  5:01         ` Mingde (Matthew) Zeng
2020-09-15  6:41           ` Vasilij Schneidermann
2020-09-16  5:10           ` Richard Stallman
2020-09-15 15:07         ` Thomas Fitzsimmons
2020-09-15 15:10           ` Stefan Monnier
2020-09-15 17:20             ` Thomas Fitzsimmons

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.