* package.el sort order
@ 2013-04-26 18:24 Michael Bach
2013-04-27 11:02 ` Michael Bach
0 siblings, 1 reply; 2+ messages in thread
From: Michael Bach @ 2013-04-26 18:24 UTC (permalink / raw)
To: help-gnu-emacs
Dear Emacs Users,
After doing a package-list-packages, how can I sort the package list to
be sorted alphabetically instead of by package status? I did the usual
google + manual search, but found nothing. Best would be a variable
that specifies default sorting when the list is updated.
Could someone give me a shove?
Best Regards,
Michael
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: package.el sort order
2013-04-26 18:24 package.el sort order Michael Bach
@ 2013-04-27 11:02 ` Michael Bach
0 siblings, 0 replies; 2+ messages in thread
From: Michael Bach @ 2013-04-27 11:02 UTC (permalink / raw)
To: help-gnu-emacs; +Cc: help-gnu-emacs
On 4/26/13 8:24 PM, Michael Bach wrote:
> Dear Emacs Users,
>
> After doing a package-list-packages, how can I sort the package list to
> be sorted alphabetically instead of by package status? I did the usual
> google + manual search, but found nothing. Best would be a variable
> that specifies default sorting when the list is updated.
>
> Could someone give me a shove?
>
Just for reference, I solved this one via
--8<---------------cut here---------------start------------->8---
(add-hook 'package-menu-mode-hook
(lambda ()
(forward-word)
(Buffer-menu-sort)))
--8<---------------cut here---------------end--------------->8---
sorry for the noise.
> Best Regards,
> Michael
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-27 11:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 18:24 package.el sort order Michael Bach
2013-04-27 11:02 ` Michael Bach
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.