GNU Emacs Base Package
Basic package for the GNU Emacs editor. Requires emacs-x11 or
emacs-nox.
- Developed at editors
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/emacs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
app-defaults.Emacs | 0000008198 8.01 KB | |
check-build.sh | 0000000373 373 Bytes | |
dot.gnu-emacs | 0000018517 18.1 KB | |
emacs-24.1-bnc628268.patch | 0000001074 1.05 KB | |
emacs-24.1-ps-mule.patch | 0000001589 1.55 KB | |
emacs-24.3-asian-print.patch | 0000000384 384 Bytes | |
emacs-24.3-decl.dif | 0000000278 278 Bytes | |
emacs-24.3-flyspell.patch | 0000001673 1.63 KB | |
emacs-24.3-giflib5.patch | 0000000775 775 Bytes | |
emacs-24.3-glibc.patch | 0000002557 2.5 KB | |
emacs-24.3-iconic.patch | 0000000397 397 Bytes | |
emacs-24.3-nonvoid.patch | 0000000405 405 Bytes | |
emacs-24.3-ps-bdf.patch | 0000001388 1.36 KB | |
emacs-24.3-x11r7.patch | 0000000904 904 Bytes | |
emacs-24.3-xevent.patch | 0000001715 1.67 KB | |
emacs-24.3-xim.patch | 0000000414 414 Bytes | |
emacs-24.3.dif | 0000031456 30.7 KB | |
emacs-24.3.tar.xz | 0035565352 33.9 MB | |
emacs-rpmlintrc | 0000000480 480 Bytes | |
emacs.changes | 0000073592 71.9 KB | |
emacs.sh | 0000002998 2.93 KB | |
emacs.spec | 0000233091 228 KB | |
emacs.test | 0000000490 490 Bytes | |
site-lisp.tar.bz2 | 0000051723 50.5 KB |
Revision 93 (latest revision is 194)
Stephan Kulow (coolo)
accepted
request 176480
from
Dr. Werner Fink (WernerFink)
(revision 93)
- Make emacs launch script smart, that is search for a valid dbus on the current system if if not found launch a own dbus session - With emacs version 24.3 the package epg becoes obsolate - Update to to emacs version 24.3 * Emacs no longer searches for `leim-list.el' files beneath the standard lisp/ directory. There should not be any there anyway. If you have been adding them there, put them somewhere else; e.g., site-lisp. * `C-h f' (`describe-function') can now perform autoloading. When this command is called for an autoloaded function whose docstring contains a key substitution construct, that function's library is automatically loaded, so that the documentation can be shown correctly. To disable this, set `help-enable-auto-load' to nil. * `C-h f' now reports previously-autoloaded functions as "autoloaded", even after their associated libraries have been loaded (and the autoloads have been redefined as functions). * Images displayed via ImageMagick now support transparency and the :background image specification property. * When available, ImageMagick support is automatically enabled. It is no longer necessary to call `imagemagick-register-types' explicitly to install ImageMagick image types; that function is called automatically at startup, or when customizing an imagemagick- option. * Setting `imagemagick-types-inhibit' to t now disables the use of ImageMagick to view images. (You must call `imagemagick-register-types' afterwards if you do not use customize to change this.) * The new variable `imagemagick-enabled-types' also affects which ImageMagick types are treated as images. The function `imagemagick-filter-types' returns the list of types that will be treated as images. * In minibuffer filename prompts, `C-M-f' and `C-M-b' now move to the
Comments 4
emacs 26.1 has been released; https://ftp.gnu.org/gnu/emacs/emacs-26.1.tar.xz
Emacs 27.1 has been released.
Why is xft used with Cairo instead of HarfBuzz as recommended?
Two glitches in emacs.spec, lines 751 and 758 (%{%ext_info}, should be %{ext_info}): %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{%ext_info}" %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{%ext_info}"
they should be: %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{ext_info}" %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{ext_info}"
Regards, André