[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-21.2 compile.el - error tracking remote directory entry/exit
From: |
Kevin Broadey |
Subject: |
emacs-21.2 compile.el - error tracking remote directory entry/exit |
Date: |
Wed, 26 Jun 2002 13:09:41 +0100 (BST) |
In GNU Emacs 21.2.1 (sparc-sun-solaris2.7, X toolkit)
of 2002-06-20 on bah128
configured using `configure --prefix=/tools.local/emacs-21.2
--exec-prefix=/tools.local/emacs-21.2/SunOS --with-x-toolkit=lucid'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
locale-coding-system: nil
default-enable-multibyte-characters: nil
`compilation-parse-errors' goes to some lengths to modify the filename
in an error message (prepending `comint-file-name-prefix', calling
`compilation-parse-errors-filename-function' etc) to compensate for
the compilation process being in a different execution environment to
the Emacs process, but it doesn't do the same when parsing the
"Entering/Leaving directory" location-tracking messages output by GNU
make. This causes `compilation-directory-stack' to contain incorrect
information.
Fix this by assuming the tracking directory name is correct - the
error filename compensation code then has better information to work
from and is more likely to get it right.
Proper fix is probably to apply the same sort of compensation rules to
the tracking directory name, but that looks like a big job and this
5-minute hack works for me!
Here's the patch:-
begin 644 compile.el.diff.gz
M'XL("'2M&3T V-O;7!I;&4N96PN9&EF9@"555UOXS80?(Y_Q?90P#(LVK'O
MDK.3%Z.'2]%>OX"TZ.M1\LIF+9$*2=E6#_WOW24EQXG1 QI ,43N#F=GAZO-
M6A4%B 9R4]6JQ F6$V/5YNQ]((1XO7WU)Z[AQT;#_!9F\[N;Q=U\#O/KZ_E@
M/!Z?!;^.6][-WL6XU0K$++V!\2R=SV"U&L#]_?U9)O"IEC*[)0O2@=(%6F4L
MF (^5C)W*=32.@2TEE8K=$YNT U@,":P^:V@HP4?![##O=*3S!JYQG95&6^L
M*>6$T$/LYWB,],IH$3!%P'1#V!ATX TX4R&4J#=^&]XK0]JUX+<(!1'4LL(
MI31(_9(1)+7%&O5:Z4TX2FDO.$EPEJ#-0AV'*>2R+"GDZXQ$?YHH&IWS]A#0
MYR/FQ#FHG?3$B8XG;@'K# IJ:W)B!1DR&28+[ &TJ#W@$?,FA*'>*VMTQ:L$
MS%4&Q0->AY%"UGA0'M8DD1[R;PAT1 X.6]2A.WP,K[[YJ#UU3V^F/Z'<]V6N
ME<6<FM&^@=+DL5IO9;[CM+ZA8!I?TU%9"]__\@=4<H<3@-^WRI%DC4-WJ=@)
M5SA/:,.HCO:2*E8Z-Y:WV5#&5B&# !_4D9@2:-8&0.E<4_7T3Z1.R,!- .;0
MH8D0&#O_PA*GMK"RN5DC!VK82FZ#)U7.B3#3@[$[**RIR$IK/J(R-D*5:H=E
MRS$;#-K3;=SZ">^%_=^LJ9&//W(:-2J368R7=5VVS_UQQGJ^1R^XV::,9N^=
M\Q]5Q\[[K?34-;-S@18Y*:/)\9?) NN@Y(T@ 1L?P;:$%4ISP9T5?C,8\[V'
M#Z9N0QV0?!C!;+FX26%Q2\_[%)9OZ7E'#ZTM:6W):XN4HI;+E&?)+$# @T6$
M1U/X@[0(#Z;1ZU!3"C_H?$(C(4R<Y6*6OJ>ALR2869P[5U? ,&=0+1*<B<^
MUSN)$8E#_P3!2_ 5GXVZ:!;@9 '!2^$O"9?^.:<>C$][]_>??OX./O=90ZB"
M(MJ0[UG;O2S5^JP/9)Y"V@L 6@[*A]MZNNW!I3I'JVD@)T@7OX ##ME4K_)I
MYFINN.T&[RBT.A9.=I.Z/<@V6OTBM^=.I,G,I?K[S/$R,R3K095EM!YAT:V>
M7&!<2D2*7D7Y3XKR4I]$<P O+J4.1N_FQ\MPDD*2KYN Q&/$MMUPV&/DQ9>%
M'5KUGEFR9\AJ_!LMT\$EG4A"9IFE+PP-WF?J9W%=56%J2_<JY"K!8TV&>?XB
MG H=C=@\/4CX,/,_$1.HE31@:4*?WD>4,/Y_"5'USK>1*WDCP2?P;8TP#-=A
MU->2'+9$+?H[>")6T&>R61/G><H+?&ID20I)"]W5&&2[[/KZ[2J3V]E\D3PV
F^M?'$7R9&KN9TA2W;AH#ILC>G>*1IH_[9_ M#/X%X>_?)*<( "3
end
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-21.2 compile.el - error tracking remote directory entry/exit,
Kevin Broadey <=