unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* debbugs.el frontend
@ 2011-07-02 13:18 Michael Albinus
  2011-07-02 13:19 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Michael Albinus @ 2011-07-02 13:18 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: emacs-devel

Hi,

we are addings emacs-specific frontend functions to debbugs.el. However,
this package was intended as library for the debbugs backend. For
example, Evgeny M. Zubok plans to use it for his own programming,
accessing debian.org.

I wonder, whether we shall move the frontend functionality to a new
package, offered by GNU ELPA in the debbugs directory.

Best regards, Michael.



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

* Re: debbugs.el frontend
  2011-07-02 13:18 debbugs.el frontend Michael Albinus
@ 2011-07-02 13:19 ` Lars Magne Ingebrigtsen
  2011-07-02 13:35   ` Michael Albinus
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-02 13:19 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel

Michael Albinus <michael.albinus@gmx.de> writes:

> I wonder, whether we shall move the frontend functionality to a new
> package, offered by GNU ELPA in the debbugs directory.

A separate package seems like overkill.  What about moving the UI parts
to debbugs-emacs.el or something?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



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

* Re: debbugs.el frontend
  2011-07-02 13:19 ` Lars Magne Ingebrigtsen
@ 2011-07-02 13:35   ` Michael Albinus
  2011-07-02 13:40     ` Michael Albinus
  0 siblings, 1 reply; 9+ messages in thread
From: Michael Albinus @ 2011-07-02 13:35 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: emacs-devel

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Michael Albinus <michael.albinus@gmx.de> writes:
>
>> I wonder, whether we shall move the frontend functionality to a new
>> package, offered by GNU ELPA in the debbugs directory.
>
> A separate package seems like overkill.  What about moving the UI parts
> to debbugs-emacs.el or something?

Yes, that's what I've asked for. I meant "Lisp package", not "ELPA
package" ...

Best regards, Michael.




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

* Re: debbugs.el frontend
  2011-07-02 13:35   ` Michael Albinus
@ 2011-07-02 13:40     ` Michael Albinus
  2011-07-02 13:55       ` Lars Magne Ingebrigtsen
  2011-07-07 17:41       ` Evgeny M. Zubok
  0 siblings, 2 replies; 9+ messages in thread
From: Michael Albinus @ 2011-07-02 13:40 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: emacs-devel

Michael Albinus <michael.albinus@gmx.de> writes:

>> A separate package seems like overkill.  What about moving the UI parts
>> to debbugs-emacs.el or something?
>
> Yes, that's what I've asked for. I meant "Lisp package", not "ELPA
> package" ...

Maybe we call it debbugs-gnu.el. It shall offer functionality for other
packages on debbugs.gnu.org as well, like coreutils etc.

Best regards, Michael.



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

* Re: debbugs.el frontend
  2011-07-02 13:40     ` Michael Albinus
@ 2011-07-02 13:55       ` Lars Magne Ingebrigtsen
  2011-07-07 17:41       ` Evgeny M. Zubok
  1 sibling, 0 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-02 13:55 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel

Michael Albinus <michael.albinus@gmx.de> writes:

> Maybe we call it debbugs-gnu.el. It shall offer functionality for other
> packages on debbugs.gnu.org as well, like coreutils etc.

Sounds good to me.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



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

* Re: debbugs.el frontend
  2011-07-02 13:40     ` Michael Albinus
  2011-07-02 13:55       ` Lars Magne Ingebrigtsen
@ 2011-07-07 17:41       ` Evgeny M. Zubok
  2011-07-07 18:58         ` Michael Albinus
  2011-07-08 10:26         ` Michael Albinus
  1 sibling, 2 replies; 9+ messages in thread
From: Evgeny M. Zubok @ 2011-07-07 17:41 UTC (permalink / raw)
  To: emacs-devel

Michael Albinus <michael.albinus@gmx.de> writes:

> Michael Albinus <michael.albinus@gmx.de> writes:
>
> Maybe we call it debbugs-gnu.el. It shall offer functionality for other
> packages on debbugs.gnu.org as well, like coreutils etc.

I think it's better to change functions and variables prefixes in
debbugs-gnu.el from debbugs- to debbugs-gnu-.




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

* Re: debbugs.el frontend
  2011-07-07 17:41       ` Evgeny M. Zubok
@ 2011-07-07 18:58         ` Michael Albinus
  2011-07-07 19:55           ` Evgeny M. Zubok
  2011-07-08 10:26         ` Michael Albinus
  1 sibling, 1 reply; 9+ messages in thread
From: Michael Albinus @ 2011-07-07 18:58 UTC (permalink / raw)
  To: Evgeny M. Zubok; +Cc: emacs-devel

"Evgeny M. Zubok" <evgeny.zubok@tochka.ru> writes:

>> Maybe we call it debbugs-gnu.el. It shall offer functionality for other
>> packages on debbugs.gnu.org as well, like coreutils etc.
>
> I think it's better to change functions and variables prefixes in
> debbugs-gnu.el from debbugs- to debbugs-gnu-.

Yes, we should, in order not to clash with your work.

I'm eager to use `debbugs-gnu-default-hits-per-page' :-)

Best regards, Michael.



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

* Re: debbugs.el frontend
  2011-07-07 18:58         ` Michael Albinus
@ 2011-07-07 19:55           ` Evgeny M. Zubok
  0 siblings, 0 replies; 9+ messages in thread
From: Evgeny M. Zubok @ 2011-07-07 19:55 UTC (permalink / raw)
  To: emacs-devel

Michael Albinus <michael.albinus@gmx.de> writes:

>> I think it's better to change functions and variables prefixes in
>> debbugs-gnu.el from debbugs- to debbugs-gnu-.
>
> Yes, we should, in order not to clash with your work.
>
> I'm eager to use `debbugs-gnu-default-hits-per-page' :-)

The other (short) prefix and package name can be used instead, not
neccesary containing 'debbugs'. For example, 'gnubugs-'. :)




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

* Re: debbugs.el frontend
  2011-07-07 17:41       ` Evgeny M. Zubok
  2011-07-07 18:58         ` Michael Albinus
@ 2011-07-08 10:26         ` Michael Albinus
  1 sibling, 0 replies; 9+ messages in thread
From: Michael Albinus @ 2011-07-08 10:26 UTC (permalink / raw)
  To: Evgeny M. Zubok; +Cc: emacs-devel

"Evgeny M. Zubok" <evgeny.zubok@tochka.ru> writes:

> I think it's better to change functions and variables prefixes in
> debbugs-gnu.el from debbugs- to debbugs-gnu-.

Done. The major command for searching bugs is called `debbugs-gnu'
now. When called with prefix, more search options can be entered
interactively.

Best regards, Michael.



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

end of thread, other threads:[~2011-07-08 10:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-02 13:18 debbugs.el frontend Michael Albinus
2011-07-02 13:19 ` Lars Magne Ingebrigtsen
2011-07-02 13:35   ` Michael Albinus
2011-07-02 13:40     ` Michael Albinus
2011-07-02 13:55       ` Lars Magne Ingebrigtsen
2011-07-07 17:41       ` Evgeny M. Zubok
2011-07-07 18:58         ` Michael Albinus
2011-07-07 19:55           ` Evgeny M. Zubok
2011-07-08 10:26         ` Michael Albinus

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