Bug#671922: magit: Does not autoload extensions

2012-05-22 Thread Braun Gábor
Hi, I could install package magit_1.1.1-2~try1_all.deb from http://iki.fi/lindi/magit/debian/ and the required functions seem to be autoloaded. The autoload related patch at http://anonscm.debian.org/gitweb/?p=collab-maint/magit.git also looks OK. I wonder why there is still a 50magit.el in

Bug#671922: magit: Does not autoload extensions

2012-05-22 Thread Timo Juhani Lindfors
Braun Gábor braun.ga...@renyi.mta.hu writes: I wonder why there is still a 50magit.el in master autoloading only magit-status. That comes from the upstream tarball. It doesn't matter since ./debian/emacsen.startup is what is actually copied to /etc:

Bug#671922: magit: Does not autoload extensions

2012-05-21 Thread Timo Juhani Lindfors
package magit tags 671922 pending thanks Hi, Rémi Vanicat remi.vani...@gmail.com writes: Well one could rename the upstream 50magit.el to /usr/share/emacs/site-lisp/magit/magit-install.el and load it from the /etc/emacs/site-start.d/50magit.el, for example by doing: Thanks for the idea! I

Bug#671922: magit: Does not autoload extensions

2012-05-15 Thread Timo Juhani Lindfors
Rémi Vanicat remi.vani...@gmail.com writes: There is the org-install.el file of org-mode (I don't know if it is used by the Debian package, but I know that this file play a similar role than 50magit.el, and is generated in similar way). The org-mode debian package has ;; -*-emacs-lisp-*- ;;

Bug#671922: magit: Does not autoload extensions

2012-05-15 Thread Rémi Vanicat
Timo Juhani Lindfors timo.lindf...@iki.fi writes: Rémi Vanicat remi.vani...@gmail.com writes: There is the org-install.el file of org-mode (I don't know if it is used by the Debian package, but I know that this file play a similar role than 50magit.el, and is generated in similar way). The

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Braun Gábor
Package: magit Version: 1.1.1-1 Severity: normal Hi, With the original configuration file magit does not autoload functions defined by the extensions, ie the functions magit-svn-mode turn-on-magit-svn magit-topgit-mode turn-on-magit-topgit magit-stgit-mode turn-on-magit-stgit These functions

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Timo Juhani Lindfors
-control.git.magit/1156 -Timo -Original Message- From: Braun Gábor gabor.br...@mta.renyi.hu Sent: Tue, 08 May 2012 09:37:35 +0200 To: Debian Bug Tracking System sub...@bugs.debian.org Subject: Bug#671922: magit: Does not autoload extensions Package: magit Version: 1.1.1-1 Severity: normal Hi

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Yann Hodique
. -Original Message- From: Braun Gábor gabor.br...@mta.renyi.hu Sent: Tue, 08 May 2012 09:37:35 +0200 To: Debian Bug Tracking System sub...@bugs.debian.org Subject: Bug#671922: magit: Does not autoload extensions Package: magit Version: 1.1.1-1 Severity: normal Hi, With the original

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Timo Juhani Lindfors
Yann Hodique yann.hodi...@gmail.com writes: The proper fix is to generate this file (which is fixed in the 'master' git branch but didn't hit any release yet). Hmm. make in git master generates a really long 50magit.el. My problem is that this file does not comply with the debian emacs policy.

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Yann Hodique
Yann == Yann Hodique yann.hodi...@gmail.com writes: Timo == Timo Juhani Lindfors timo.lindf...@iki.fi writes: Hi, [ Sending a copy to upstream mailing list for further comments ] I'm bit puzzled here. Isn't this by design? It's not auto-loaded so users will have to (require

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Yann Hodique
Timo == Timo Juhani Lindfors timo.lindf...@iki.fi writes: Yann Hodique yann.hodi...@gmail.com writes: The proper fix is to generate this file (which is fixed in the 'master' git branch but didn't hit any release yet). Hmm. make in git master generates a really long 50magit.el. My problem

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Timo Juhani Lindfors
Yann Hodique yann.hodi...@gmail.com writes: Sorry, I'm not familiar with the Debian policy. Is there something that needs to be fixed on our side ? Good question. In general the autoload file is written in a distribution specific way and not inherited from upstream. -- To UNSUBSCRIBE, email

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Timo Juhani Lindfors
Yann Hodique yann.hodi...@gmail.com writes: Ok, so I guess worst case you can generate a Debian-specific one that may or may not load this one. Actually I'm not even sure exactly why we generate this one in the first place. Do some of our users explicitly load it ? No idea. I went through

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Yann Hodique
Timo == Timo Juhani Lindfors timo.lindf...@iki.fi writes: Yann Hodique yann.hodi...@gmail.com writes: Sorry, I'm not familiar with the Debian policy. Is there something that needs to be fixed on our side ? Good question. In general the autoload file is written in a distribution specific

Bug#671922: magit: Does not autoload extensions

2012-05-08 Thread Rémi Vanicat
Timo Juhani Lindfors timo.lindf...@iki.fi writes: Yann Hodique yann.hodi...@gmail.com writes: Ok, so I guess worst case you can generate a Debian-specific one that may or may not load this one. Actually I'm not even sure exactly why we generate this one in the first place. Do some of our