Mercurial > emacs
comparison etc/PROBLEMS @ 90837:70bf32a0f523
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 713-725)
- Update from CVS
- Merge from emacs--rel--22
- Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
- Merge from gnus--rel--5.10
* emacs--rel--22 (base, patch 1-5)
- tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
- Sync to CVS tag EMACS_22_BRANCHPOINT
- Sync to CVS branch EMACS_22_BASE
- Update from CVS
* gnus--rel--5.10 (patch 217)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-202
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 01 May 2007 23:03:36 +0000 |
parents | e6fdae9180d4 19cb46e07cc9 |
children | 31beec9ee600 |
comparison
equal
deleted
inserted
replaced
90836:d564f4dc1f48 | 90837:70bf32a0f523 |
---|---|
2163 The %b specifier for format-time-string does not produce abbreviated | 2163 The %b specifier for format-time-string does not produce abbreviated |
2164 month names with consistent widths for some locales on some versions | 2164 month names with consistent widths for some locales on some versions |
2165 of Windows. This is caused by a deficiency in the underlying system | 2165 of Windows. This is caused by a deficiency in the underlying system |
2166 library function. | 2166 library function. |
2167 | 2167 |
2168 Files larger than 4GB cause overflow in the size (represented as a | |
2169 32-bit integer) reported by `file-attributes'. This affects Dired as | |
2170 well, since the Windows port uses a Lisp emulation of `ls' that relies | |
2171 on `file-attributes'. | |
2172 | |
2168 ** Typing Alt-Shift has strange effects on MS-Windows. | 2173 ** Typing Alt-Shift has strange effects on MS-Windows. |
2169 | 2174 |
2170 This combination of keys is a command to change keyboard layout. If | 2175 This combination of keys is a command to change keyboard layout. If |
2171 you proceed to type another non-modifier key before you let go of Alt | 2176 you proceed to type another non-modifier key before you let go of Alt |
2172 and Shift, the Alt and Shift act as modifiers in the usual way. A | 2177 and Shift, the Alt and Shift act as modifiers in the usual way. A |
2782 | 2787 |
2783 For example, if you call configure with a directory-related option | 2788 For example, if you call configure with a directory-related option |
2784 with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'. | 2789 with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'. |
2785 Using directory paths with spaces is not supported at this time: you | 2790 Using directory paths with spaces is not supported at this time: you |
2786 must re-configure without using spaces. | 2791 must re-configure without using spaces. |
2792 | |
2793 *** On Solaris, use GNU Make when installing an out-of-tree build | |
2794 | |
2795 The Emacs configuration process allows you to configure the | |
2796 build environment so that you can build emacs in a directory | |
2797 outside of the distribution tree. When installing Emacs from an | |
2798 out-of-tree build directory on Solaris, you may need to use GNU | |
2799 make. The make programs bundled with Solaris support the VPATH | |
2800 macro but use it differently from the way the VPATH macro is | |
2801 used by GNU make. The differences will cause the "make install" | |
2802 step to fail, leaving you with an incomplete emacs | |
2803 installation. GNU make is available in /usr/sfw/bin on Solaris | |
2804 10 and can be installed as /opt/sfw/bin/gmake from the Solaris 9 | |
2805 Software Companion CDROM. | |
2806 | |
2807 The problems due to the VPATH processing differences affect only | |
2808 out of tree builds so, if you are on a Solaris installation | |
2809 without GNU make, you can install Emacs completely by installing | |
2810 from a build environment using the original emacs distribution tree. | |
2787 | 2811 |
2788 ** First execution | 2812 ** First execution |
2789 | 2813 |
2790 *** Emacs binary is not in executable format, and cannot be run. | 2814 *** Emacs binary is not in executable format, and cannot be run. |
2791 | 2815 |