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 | 0000008459 8.26 KB | |
check-build.sh | 0000000592 592 Bytes | |
dot.gnu-emacs | 0000019065 18.6 KB | |
emacs-24.1-ps-mule.patch | 0000001729 1.69 KB | |
emacs-24.3-asian-print.patch | 0000000463 463 Bytes | |
emacs-24.3-iconic.patch | 0000000563 563 Bytes | |
emacs-24.3-x11r7.patch | 0000001130 1.1 KB | |
emacs-24.4-flyspell.patch | 0000001830 1.79 KB | |
emacs-24.4-glibc.patch | 0000000553 553 Bytes | |
emacs-24.4-nonvoid.patch | 0000000482 482 Bytes | |
emacs-24.4-ps-bdf.patch | 0000001529 1.49 KB | |
emacs-25.1-custom-fonts.patch | 0000002374 2.32 KB | |
emacs-25.2-ImageMagick7.patch | 0000001922 1.88 KB | |
emacs-26.1-xft4x11.patch | 0000001043 1.02 KB | |
emacs-27.1-Xauthority4server.patch | 0000005440 5.31 KB | |
emacs-27.1-pdftex.patch | 0000003481 3.4 KB | |
emacs-29.1.dif | 0000031636 30.9 KB | |
emacs-29.3-pdf.tar.xz | 0002032896 1.94 MB | |
emacs-29.3.tar.xz | 0052203168 49.8 MB | |
emacs-29.3.tar.xz.sig | 0000000833 833 Bytes | |
emacs-rpmlintrc | 0000000685 685 Bytes | |
emacs.changes | 0000127187 124 KB | |
emacs.keyring | 0000010680 10.4 KB | |
emacs.sh | 0000004180 4.08 KB | |
emacs.spec | 0000273375 267 KB | |
emacs.test | 0000000490 490 Bytes | |
macros.emacs | 0000000211 211 Bytes | |
pdump.patch | 0000000999 999 Bytes | |
site-lisp.tar.bz2 | 0000052003 50.8 KB |
Revision 183 (latest revision is 195)
Ana Guerrero (anag+factory)
accepted
request 1161379
from
Dr. Werner Fink (WernerFink)
(revision 183)
- Update to GNU Emacs version 29.3 which is an emergency bugfix release intended to fix several security vulnerabilities described below. * Arbitrary Lisp code is no longer evaluated as part of turning on Org mode. This is for security reasons, to avoid evaluating malicious Lisp code. * New buffer-local variable 'untrusted-content'. When this is non-nil, Lisp programs should treat buffer contents with extra caution. * Gnus now treats inline MIME contents as untrusted. To get back previous insecure behavior, 'untrusted-content' should be reset to nil in the buffer. * LaTeX preview is now by default disabled for email attachments. To get back previous insecure behavior, set the variable 'org--latex-preview-when-risky' to a non-nil value. * Org mode now considers contents of remote files to be untrusted. Remote files are recognized by calling 'file-remote-p'. - Port patch emacs-24.4-ps-bdf.patch
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é