Mercurial > emacs
comparison etc/PROBLEMS @ 41365:0b508d916f80
Remove already applied calc info patches. Clarify that there is no
such thing as Debian GNU/Linux 2.4.3. ftpd is not handled by
alternatives in Debian, the reporter surely meant just "--config ftp".
author | Colin Walters <walters@gnu.org> |
---|---|
date | Thu, 22 Nov 2001 10:10:44 +0000 |
parents | e6b8eb3755a7 |
children | 38b7d09859ec |
comparison
equal
deleted
inserted
replaced
41364:fa98270131de | 41365:0b508d916f80 |
---|---|
680 $(TEXINDEX) calc.[cfkptv]? | 680 $(TEXINDEX) calc.[cfkptv]? |
681 ! -$(TEX) calc.texinfo | 681 ! -$(TEX) calc.texinfo |
682 $(PURGE) calc.cp calc.fn calc.pg calc.tp calc.vr | 682 $(PURGE) calc.cp calc.fn calc.pg calc.tp calc.vr |
683 $(PURGE) calc.cps calc.fns calc.kys calc.pgs calc.tps calc.vrs | 683 $(PURGE) calc.cps calc.fns calc.kys calc.pgs calc.tps calc.vrs |
684 $(PURGE) calc.toc | 684 $(PURGE) calc.toc |
685 *** calc.texinfo.~1~ Thu Oct 10 18:18:56 1996 | |
686 --- calc.texinfo Mon Dec 11 08:25:00 2000 | |
687 *************** | |
688 *** 12,17 **** | |
689 --- 12,19 ---- | |
690 % Because makeinfo.c exists, we can't just define new commands. | |
691 % So instead, we take over little-used existing commands. | |
692 % | |
693 + % Suggested by Karl Berry <karl@@freefriends.org> | |
694 + \gdef\!{\mskip-\thinmuskip} | |
695 % Redefine @cite{text} to act like $text$ in regular TeX. | |
696 % Info will typeset this same as @samp{text}. | |
697 \gdef\goodtex{\tex \let\rm\goodrm \let\t\ttfont \turnoffactive} | |
698 *************** | |
699 *** 23686,23692 **** | |
700 a vector of the actual parameter values, written as equations: | |
701 @cite{[a = 3, b = 2]}, in case you'd rather read them in a list | |
702 than pick them out of the formula. (You can type @kbd{t y} | |
703 ! to move this vector to the stack; @pxref{Trail Commands}.) | |
704 | |
705 Specifying a different independent variable name will affect the | |
706 resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}. | |
707 --- 23689,23695 ---- | |
708 a vector of the actual parameter values, written as equations: | |
709 @cite{[a = 3, b = 2]}, in case you'd rather read them in a list | |
710 than pick them out of the formula. (You can type @kbd{t y} | |
711 ! to move this vector to the stack; see @ref{Trail Commands}.) | |
712 | |
713 Specifying a different independent variable name will affect the | |
714 resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}. | |
715 | 685 |
716 * Unicode characters are not unified with other Mule charsets. | 686 * Unicode characters are not unified with other Mule charsets. |
717 | 687 |
718 As of v21.1, Emacs charsets are still not unified. This means that | 688 As of v21.1, Emacs charsets are still not unified. This means that |
719 characters which belong to charsets such as Latin-2, Greek, Hebrew, | 689 characters which belong to charsets such as Latin-2, Greek, Hebrew, |
856 | 826 |
857 * Attempting to visit remote files via ange-ftp fails. | 827 * Attempting to visit remote files via ange-ftp fails. |
858 | 828 |
859 If the error message is "ange-ftp-file-modtime: Specified time is not | 829 If the error message is "ange-ftp-file-modtime: Specified time is not |
860 representable", then this could happen when `lukemftp' is used as the | 830 representable", then this could happen when `lukemftp' is used as the |
861 ftp client. This was reported to happen on Debian GNU/Linux 2.4.3 | 831 ftp client. This was reported to happen on Debian GNU/Linux, kernel |
862 with `lukemftp' 1.5-5, but might happen on other systems as well. To | 832 version 2.4.3, with `lukemftp' 1.5-5, but might happen on other |
863 avoid this problem, switch to using the standard ftp client. On a | 833 systems as well. To avoid this problem, switch to using the standard |
864 Debian system, type | 834 ftp client. On a Debian system, type |
865 | 835 |
866 update-alternatives --config ftpd | 836 update-alternatives --config ftp |
867 | 837 |
868 and then choose /usr/bin/netkit-ftp. | 838 and then choose /usr/bin/netkit-ftp. |
869 | 839 |
870 * Antivirus software interacts badly with the MS-Windows version of Emacs. | 840 * Antivirus software interacts badly with the MS-Windows version of Emacs. |
871 | 841 |