X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=PROBLEMS;h=6e7bd23933530c9f255e289eb532ca05212dc3da;hb=6a469751f4562ba7d6104a4db3c05e705801151e;hp=bcebee8c115567b262b6e1296430a3a1b4fc4d49;hpb=4821f02fd1a7e818bd11bb68fbc294e087c39892;p=sxemacs diff --git a/PROBLEMS b/PROBLEMS index bcebee8..6e7bd23 100644 --- a/PROBLEMS +++ b/PROBLEMS @@ -32,11 +32,22 @@ file or Gnu/Emacs .emacs file. ** Packages Hierarchy +*** System-wide Packages (late-packages) + The default location that SXEmacs searches for packages is `$prefix/share/sxemacs/'. The same as for the user-init-file, a symlink is all you need to get up and running. - $ ln -s /usr/local/lib/xemacs /usr/local/share/sxemacs RET + $ ln -svfn /usr/local/lib/xemacs /usr/local/share/sxemacs + +*** User Packages in ${HOME} (early-packages) + +For packages that you keep in your ${HOME}, the preferred location is: +${XDG_DATA_HOME}/sxemacs. This is normally ${HOME}/.local/share/sxemacs, +and SXEmacs will use that if ${XDG_DATA_HOME} is not set. + +These packages may also be located in ~/.sxemacs if that is where you +have your user-init-directory set to. * Build Quirks @@ -457,6 +468,14 @@ moment. However, you can perform the additional check yourself if you have taglib installed. Use the included ffi-taglib.el. +*** XCreateIC fails at startup + +SXEmacs sometimes fails to create the input context with XCreateIC on +non-C languages. SXEmacs will include the values of the LANG and +XMODIFIERS environment variables which influence the behavior of +XCreateIC. Failures have been observed with XMODIFIERS=@im=ibus + + * Original XEmacs PROBLEMS File ===============================