emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi [emacs-unicode-2]
Date: Tue, 29 Jun 2004 13:09:51 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.95.2.2 emacs/lispref/display.texi:1.95.2.3
*** emacs/lispref/display.texi:1.95.2.2 Mon Jun 28 07:28:49 2004
--- emacs/lispref/display.texi  Tue Jun 29 16:45:28 2004
***************
*** 562,568 ****
  
  @defvar buffer-invisibility-spec
  This variable specifies which kinds of @code{invisible} properties
! actually make a character invisible.
  
  @table @asis
  @item @code{t}
--- 562,569 ----
  
  @defvar buffer-invisibility-spec
  This variable specifies which kinds of @code{invisible} properties
! actually make a character invisible.  Setting this variable makes it
! buffer-local.
  
  @table @asis
  @item @code{t}
***************
*** 2892,2898 ****
  @code{pbm}, @code{jpeg}, @code{tiff}, and @code{png}.
  
  @defvar image-types
- @vindex image-types
  This variable contains a list of those image type symbols that are
  potentially supported in the current configuration.
  @emph{Potentially} here means that Emacs knows about the image types,
--- 2893,2898 ----
***************
*** 2904,2910 ****
  @end defvar
  
  @defvar image-library-alist
- @vindex image-library-alist
  This in an alist of image types vs external libraries needed to
  display them.
  
--- 2904,2909 ----
***************
*** 2913,2921 ****
  the rest are strings giving alternate filenames for the corresponding
  external libraries to load.
  
! They are tried in the order they appear on the list; if none of them
! can be loaded, the running session of Emacs won't support the image
! type.  No entries are needed for @code{pbm} and @code{xbm} images;
  they're always supported.
  
  This variable is ignored if the image libraries are statically linked
--- 2912,2920 ----
  the rest are strings giving alternate filenames for the corresponding
  external libraries to load.
  
! Emacs tries to load the libraries in the order they appear on the
! list; if none is loaded, the running session of Emacs won't support
! the image type.  @code{pbm} and @code{xbm} don't need to be listed;
  they're always supported.
  
  This variable is ignored if the image libraries are statically linked
***************
*** 2925,2933 ****
  @defun  image-type-available-p type
  @findex image-type-available-p
  
! This function returns non-nil if image type TYPE is available, i.e.,
! if images of this type can be loaded and displayed in Emacs.  TYPE
! should be one of the types contained in @code{image-types}.
  
  For image types whose support libraries are statically linked, this
  function always returns @code{t}; for other image types, it returns
--- 2924,2932 ----
  @defun  image-type-available-p type
  @findex image-type-available-p
  
! This function returns non-nil if image type @var{TYPE} is available,
! i.e., if images of this type can be loaded and displayed in Emacs.
! @var{TYPE} should be one of the types contained in @code{image-types}.
  
  For image types whose support libraries are statically linked, this
  function always returns @code{t}; for other image types, it returns




reply via email to

[Prev in Thread] Current Thread [Next in Thread]