unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Changelog in src (CVS on Cygwin)
@ 2008-04-09 12:19 Angelo Graziosi
  2008-04-09 12:44 ` Juanma Barranquero
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Angelo Graziosi @ 2008-04-09 12:19 UTC (permalink / raw)
  To: emacs-devel

This is a minor question that happens on Cygwin.

After the last CVS update, reading src/ChangeLog [1] with

$ less src/ChangeLog

I got:

'' "src/ChangeLog" may be a binary file.  See it anyway? ''

isn't it strange?

For the sake of completeness, loading it with Emacs, the mode line says 
its coding system is 'U' (usually it is '--' or '1' if one uses accented 
characters etc.).


Cheers,
    Angelo.

---
[1] i.e. after it is:

2008-04-09  Jan Dj[...]  <...@...>

         * atimer.c (alarm_signal_handler): Call run_timers if not 
SYNC_INPUT.
         (run_timers): New function.
[...]






^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Changelog in src (CVS on Cygwin)
  2008-04-09 12:19 Changelog in src (CVS on Cygwin) Angelo Graziosi
@ 2008-04-09 12:44 ` Juanma Barranquero
  2008-04-09 13:00   ` Jason Rumney
  2008-04-09 14:52 ` Eli Zaretskii
  2008-04-09 14:54 ` Eli Zaretskii
  2 siblings, 1 reply; 5+ messages in thread
From: Juanma Barranquero @ 2008-04-09 12:44 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: emacs-devel

On Wed, Apr 9, 2008 at 2:19 PM, Angelo Graziosi
<angelo.graziosi@alice.it> wrote:

>  After the last CVS update, reading src/ChangeLog [1] with
>
>  $ less src/ChangeLog
>
>  I got:
>
>  '' "src/ChangeLog" may be a binary file.  See it anyway? ''
>
>  isn't it strange?
>
>  For the sake of completeness, loading it with Emacs, the mode line says its
> coding system is 'U' (usually it is '--' or '1' if one uses accented
> characters etc.).

ChangeLogs in the trunk are now UTF-8, as you can see in the Local
Variables section:

;; Local Variables:
;; coding: utf-8
;; add-log-time-zone-rule: t
;; End:

 Juanma




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Changelog in src (CVS on Cygwin)
  2008-04-09 12:44 ` Juanma Barranquero
@ 2008-04-09 13:00   ` Jason Rumney
  0 siblings, 0 replies; 5+ messages in thread
From: Jason Rumney @ 2008-04-09 13:00 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel, Angelo Graziosi

Juanma Barranquero wrote:

>>  For the sake of completeness, loading it with Emacs, the mode line says its
>> coding system is 'U' (usually it is '--' or '1' if one uses accented
>> characters etc.).
>>     
>
> ChangeLogs in the trunk are now UTF-8, as you can see in the Local
> Variables section:
>   

And before that, they were iso-2022-7bit, so you should never have seen 
'1' in the mode line for these files.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Changelog in src (CVS on Cygwin)
  2008-04-09 12:19 Changelog in src (CVS on Cygwin) Angelo Graziosi
  2008-04-09 12:44 ` Juanma Barranquero
@ 2008-04-09 14:52 ` Eli Zaretskii
  2008-04-09 14:54 ` Eli Zaretskii
  2 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2008-04-09 14:52 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: emacs-devel

> X-Spam-Status: No, score=1.9 required=5.0 tests=DNS_FROM_RFC_ABUSE,
> 	DNS_FROM_RFC_POST,UNPARSEABLE_RELAY autolearn=no version=3.1.0
> Date: Wed, 09 Apr 2008 14:19:54 +0200
> From: Angelo Graziosi <angelo.graziosi@alice.it>
> 
> This is a minor question that happens on Cygwin.
> 
> After the last CVS update, reading src/ChangeLog [1] with
> 
> $ less src/ChangeLog
> 
> I got:
> 
> '' "src/ChangeLog" may be a binary file.  See it anyway? ''
> 
> isn't it strange?
> 
> For the sake of completeness, loading it with Emacs, the mode line says 
> its coding system is 'U' (usually it is '--' or '1' if one uses accented 
> characters etc.).
> 
> 
> Cheers,
>     Angelo.
> 
> ---
> [1] i.e. after it is:
> 
> 2008-04-09  Jan Dj[...]  <...@...>
> 
>          * atimer.c (alarm_signal_handler): Call run_timers if not 
> SYNC_INPUT.
>          (run_timers): New function.
> [...]
> 
> 
> 
> 
> 




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Changelog in src (CVS on Cygwin)
  2008-04-09 12:19 Changelog in src (CVS on Cygwin) Angelo Graziosi
  2008-04-09 12:44 ` Juanma Barranquero
  2008-04-09 14:52 ` Eli Zaretskii
@ 2008-04-09 14:54 ` Eli Zaretskii
  2 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2008-04-09 14:54 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: emacs-devel

> Date: Wed, 09 Apr 2008 14:19:54 +0200
> From: Angelo Graziosi <angelo.graziosi@alice.it>
> 
> This is a minor question that happens on Cygwin.
> 
> After the last CVS update, reading src/ChangeLog [1] with
> 
> $ less src/ChangeLog
> 
> I got:
> 
> '' "src/ChangeLog" may be a binary file.  See it anyway? ''

Configure your Less to not treat UTF-8 sequences as binary.  (Look up
LESSCHARDEF in the Less man page.)

P.S.  Sorry about the previous empty mail.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-04-09 14:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-09 12:19 Changelog in src (CVS on Cygwin) Angelo Graziosi
2008-04-09 12:44 ` Juanma Barranquero
2008-04-09 13:00   ` Jason Rumney
2008-04-09 14:52 ` Eli Zaretskii
2008-04-09 14:54 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).