[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Char 2208 mixed with char 32
From: |
Andreas Röhler |
Subject: |
Re: Char 2208 mixed with char 32 |
Date: |
Fri, 21 Dec 2007 13:32:29 +0100 |
User-agent: |
KMail/1.9.5 |
Am Donnerstag, 20. Dezember 2007 22:35 schrieb Jason Rumney:
> Peter Dyballa wrote:
> > Am 19.12.2007 um 21:27 schrieb Andreas Röhler:
> >> bug happens _not_ with Emacs -Q:
> >
> > That's real bad! Because this indicates that your customisation is
> > causing the "translation." And: the right address is given when you
> > select the bug report entry from the Help menu ...
> >
> > Binary partitioning (?) (binäres Teilen) can help to isolate the
> > statement. I.e. comment half of ~/.emacs and save. Launch. Same
> > behaviour? Then the bug is in the other half. Cure? Then the bug is in
> > the commented half. Uncomment one half of the commented half. Save.
> > Launch again and decide anew. Until the bug is found.
>
> Usually (unless the bug is timing sensitive, and happens only when
> .emacs is loaded at startup), it is not necessary to comment anything
> out, just start emacs with -Q and use eval-region to evaluate parts of
> your .emacs.
Thanks all.
AFAIS error occurs if
'(x-select-enable-clipboard t)
in custom-file is evaluated.
Made some check-functions to watch execution. Code
attached.
Alternating output of `custom-test' displayed switching from
correct to wrong behaviour:
Char: SPC (32, #o40, #x20) point=1 of 7 (0%) column=0
Char: C-j (10, #o12, #xa) point=2525 of 3883 (65%) <1-2618> column=27
Mark set
Char: (2208, #o4240, #x8a0, file ...) point=1 of 7 (0%) column=0
Char: C-j (10, #o12, #xa) point=2557 of 3883 (66%) <1-2618> column=32
Mark set
Char: (2208, #o4240, #x8a0, file ...) point=1 of 7 (0%) column=0
Char: C-j (10, #o12, #xa) point=2608 of 3883 (67%) <1-2618> column=51
Quit
Andreas Röhler
init-custom-test.el.tgz
Description: application/tgz
- Char 2208 mixed with char 32, Andreas Röhler, 2007/12/19
- Re: Char 2208 mixed with char 32, Peter Dyballa, 2007/12/20
- Re: Char 2208 mixed with char 32, Jason Rumney, 2007/12/20
- Re: Char 2208 mixed with char 32,
Andreas Röhler <=
- Re: Char 2208 mixed with char 32, Jason Rumney, 2007/12/21
- Re: Char 2208 mixed with char 32, Andreas Röhler, 2007/12/21
- Re: Char 2208 mixed with char 32, Andreas Röhler, 2007/12/21
- Re: Char 2208 mixed with char 32, Jason Rumney, 2007/12/21
- Re: Char 2208 mixed with char 32, Andreas Röhler, 2007/12/22
- Re: Char 2208 mixed with char 32, Andreas Röhler, 2007/12/21