Glenn Morris | 1 Dec 2011 03:23
Picon

Re: /srv/bzr/emacs/trunk r106549: Update verilog-mode.el from master.

Dan Nicolaescu wrote:

> revno: 106549
[...]
> message:
>   Update verilog-mode.el from master.
[...]
> modified:
>   lisp/ChangeLog
> === modified file 'lisp/ChangeLog'

Hi - I think you only committed the ChangeLog, not the actual changes?

Dan Nicolaescu | 1 Dec 2011 03:45
Picon

Re: /srv/bzr/emacs/trunk r106549: Update verilog-mode.el from master.

Glenn Morris <rgm <at> gnu.org> writes:

> Dan Nicolaescu wrote:
>
>> revno: 106549
> [...]
>> message:
>>   Update verilog-mode.el from master.
> [...]
>> modified:
>>   lisp/ChangeLog
>> === modified file 'lisp/ChangeLog'
>
> Hi - I think you only committed the ChangeLog, not the actual changes?

Sorry about that, checked in now.

Eli Zaretskii | 1 Dec 2011 04:54
Picon

Re: Annoyingly cautious make rules

> Date: Wed, 30 Nov 2011 16:48:54 -0500
> From: Richard Stallman <rms <at> gnu.org>
> 
> I ran config.status, hoping to avoid the 10 minutes it takes to run
> configure on my machine, since I did that yesterday.

If you want to avoid running configure as much as possible, but still
run it when necessary (to avoid breaking the build), always run
"make".  It will run configure for you when needed (by the virtue of
rules in GNUMakefile), or run config.status, or none of them at all,
getting directly to compilation and linking.

Eli Zaretskii | 1 Dec 2011 04:55
Picon

Re: Strange recompilation

> Date: Wed, 30 Nov 2011 16:49:01 -0500
> From: Richard Stallman <rms <at> gnu.org>
> 
> I type `make temacs' and it recompiles some .o files and links.
> 
> Then I type `make emacs'  and it starts by compiling .o files.
> This is strange.  Does `make emacs' effectively do a bootstrap now?

"make emacs" should effectively run bootstrap only if *.elc files are
missing.

Christoph Scholtes | 1 Dec 2011 06:31

Emacs 24.0.92 Pretest Windows Binaries

The Emacs 24.0.92 Pretest Windows Binaries have been published in

http://alpha.gnu.org/gnu/emacs/pretest/windows/

The binaries were built using the following libraries:
giflib-4.1.4-1
gnutls-2.10.1
jpeg-6b-4
libXpm-3.5.8
libpng-1.4.3-1
tiff-3.8.2-1
zlib-1.2.5-2

Please report any bugs that you come across via M-x report-emacs-bugs,
or email bug-gnu-emacs <at> gnu.org.

For questions, email emacs-devel <at> gnu.org.

Jan D. | 1 Dec 2011 08:18
Picon

Re: Strange recompilation

Paul Eggert skrev 2011-11-30 22:53:
> On 11/30/11 13:49, Richard Stallman wrote:
>> I type `make temacs' and it recompiles some .o files and links.
>>
>> Then I type `make emacs'  and it starts by compiling .o files.
>> This is strange.  Does `make emacs' effectively do a bootstrap now?
>
> No.  I can't reproduce your problem.   I did this:
>
> cd src
> touch emacs.c
> make temacs
> make emacs
>
> The last step did not build any .o files.

I saw this too.  It happend after I did a bzr update, and then make 
where I have done make before the update.  It then behaved like make 
bootstrap.  After I removed the compilation directory (I compile in a 
separate directory) and started with a new one, the problem went away.

	Jan D.

Andreas Schwab | 1 Dec 2011 09:50

Re: Annoyingly cautious make rules

Richard Stallman <rms <at> gnu.org> writes:

> I ran config.status, hoping to avoid the 10 minutes it takes to run
> configure on my machine, since I did that yesterday.  But
> config.status ran configure.

If lisp/version.el changes this is correct.

> This is correct in some rigid theoretical sense, but it is nasty to
> disregard what the user asks for.

If you want to speed up configure you should enable the cache.

Andreas.

--

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Uwe Siart | 1 Dec 2011 10:07
Picon
Favicon

Re: emacsclientw -c not working

Juanma Barranquero <lekktu <at> gmail.com> writes:

> On Sat, Nov 26, 2011 at 13:48, Eli Zaretskii <eliz <at> gnu.org> wrote:
>
>> Looks like some snafu with switch semantics that makes sense on Posix
>> platforms, but not on Windows.  Juanma, could you please take a stab
>> at fixing this, if that's possible?
>
> Yes. Tomorrow night, if no one beats me to it.

This is just to inform you that the problem is still there in 24.0.92.
But I suppose you simply didn't get around to fix it yet.

--

-- 
Uwe

Werner LEMBERG | 1 Dec 2011 10:55
Picon

Re: enforcing double-width CJK character display


A late follow-up:

> I found setting the variable `face-font-rescale-alist' can achieve
> this, if you know the scale factor.  [...]

Nice idea!

> It would be great if we can automatically set the scale ratio
> according to the :avgwidth attribute of the fonts to match the
> default ascii font, but I haven't find a good way to manipulate
> font-object in elisp.

I ask you to file a bug report so that both your work-around and the
original problem are archived properly.

    Werner

Juanma Barranquero | 1 Dec 2011 13:13
Picon
Gravatar

Re: emacsclientw -c not working

2011/12/1 Uwe Siart <usenet <at> siart.de>:

> This is just to inform you that the problem is still there in 24.0.92.
> But I suppose you simply didn't get around to fix it yet.

I "fixed" it yesterday, but there's still a small issue. I expect to
have it finished today so it can be in the next binary from trunk.

    Juanma


Gmane