help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to truly unbind global bindings?


From: Alexander Shukaev
Subject: Re: How to truly unbind global bindings?
Date: Tue, 25 Nov 2014 21:00:19 +0100

>
> Because other systems use Latin-1, which start at 0240 octal, while
> MS-DOS uses DOS codepages that have valid characters between 0200 and
> 0240.
>
>
Thank you. How can I replicate MS-DOS condition in Emacs Lisp code?
Something like

(unless (eq system-type 'windows-nt)
  ...)

? Which symbol denotes MS-DOS? `ms-dos'?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]