Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
87eb79c2
Commit
87eb79c2
authored
May 25, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/image.el (imagemagick-types-inhibit): Doc fix.
* etc/NEWS: Related edits.
parent
c6574eb5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
etc/NEWS
etc/NEWS
+3
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/image.el
lisp/image.el
+3
-0
No files found.
etc/NEWS
View file @
87eb79c2
...
@@ -60,10 +60,11 @@ name, group names known to the system (where possible).
...
@@ -60,10 +60,11 @@ name, group names known to the system (where possible).
** ImageMagick support, if available, is automatically enabled.
** ImageMagick support, if available, is automatically enabled.
It is no longer necessary to call `imagemagick-register-types'
It is no longer necessary to call `imagemagick-register-types'
explicitly to install ImageMagick image types; that function is called
explicitly to install ImageMagick image types; that function is called
automatically
when sett
ing `imagemagick-types-inhibit'.
automatically
at startup or when customiz
ing `imagemagick-types-inhibit'.
*** Setting `imagemagick-types-inhibit' to t now disables the use of
*** Setting `imagemagick-types-inhibit' to t now disables the use of
ImageMagick to view images, set
ImageMagick to view images. You must call imagemagick-register-types
afterwards if you do not use customize to change this.
** String values for `initial-buffer-choice' also apply to emacsclient
** String values for `initial-buffer-choice' also apply to emacsclient
frames, if emacsclient is only told to open a new frame without
frames, if emacsclient is only told to open a new frame without
...
...
lisp/ChangeLog
View file @
87eb79c2
2012-05-25 Glenn Morris <rgm@gnu.org>
2012-05-25 Glenn Morris <rgm@gnu.org>
* image.el (imagemagick-types-inhibit): Doc fix.
* version.el: Remove no-byte-compile and associated formatting.
* version.el: Remove no-byte-compile and associated formatting.
* loadup.el: No need to load version.el uncompiled. AFAICS, this
* loadup.el: No need to load version.el uncompiled. AFAICS, this
is ancient code from when there was an "inc-vers.el".
is ancient code from when there was an "inc-vers.el".
...
...
lisp/image.el
View file @
87eb79c2
...
@@ -735,6 +735,9 @@ image types are not registered by `imagemagick-register-types'.
...
@@ -735,6 +735,9 @@ image types are not registered by `imagemagick-register-types'.
If the value is t, inhibit the use of ImageMagick for images.
If the value is t, inhibit the use of ImageMagick for images.
If you change this without using customize, you must call
`imagemagick-register-types' afterwards.
If Emacs is compiled without ImageMagick support, this variable
If Emacs is compiled without ImageMagick support, this variable
has no effect."
has no effect."
:type
'
(
choice
(
const
:tag
"Support all ImageMagick types"
nil
)
:type
'
(
choice
(
const
:tag
"Support all ImageMagick types"
nil
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment