view etc/images/gud/rnext.xpm @ 109992:640cdeb464c1

Improvements to describe-package buffer. * lisp/help.el (help-map): Bind `C-h P' to describe-package. * lisp/menu-bar.el (menu-bar-describe-menu): Add describe-package. * lisp/emacs-lisp/package.el (package-refresh-contents): Catch errors when downloading archives. (describe-package-1): Add package commentary. (package-install-button-action): New function. (package-menu-mode-map): Bind ? to package-menu-describe-package. (package-menu-view-commentary): Function removed. (package-list-packages-internal): Hide the `package' package too.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 25 Aug 2010 23:31:34 -0400
parents ca0315d80583
children
line wrap: on
line source

/* XPM */
static char * reverse_next_xpm[] = {
"24 24 7 1",
" 	c None",
".	c #CC0033",
"+	c #616161",
"@	c #2A1F55",
"#	c #ADADAD",
"$	c #D40000",
"%	c #CC9999",
"                        ",
"                        ",
"                        ",
"                        ",
"        ..........      ",
"       .          .     ",
"      .            .    ",
"      .    +@  @+  .    ",
"      .   +@#  #@+ .    ",
"    $%.%$ @@    @@ .    ",
"    %...% @@    @@      ",
"     ...  @@    @@      ",
"     %.%  @+    +@      ",
"      .  @@      @@     ",
"          @+    +@      ",
"          @@    @@      ",
"          @@    @@      ",
"          @@    @@      ",
"          +@#  #@+      ",
"           +@  @+       ",
"                        ",
"                        ",
"                        ",
"                        "};