From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to truly unbind global bindings? Date: Tue, 25 Nov 2014 22:34:57 +0200 Message-ID: <8361e3ow7i.fsf@gnu.org> References: <98be95d8-086a-4a28-aa34-937c53e2c4de@default> <838uizoz58.fsf@gnu.org> <837fyjoy9n.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1416947735 2522 80.91.229.3 (25 Nov 2014 20:35:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2014 20:35:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 25 21:35:27 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XtMpP-0005kP-0B for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 21:35:15 +0100 Original-Received: from localhost ([::1]:59466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtMpO-0003cv-6T for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 15:35:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtMp3-0003ca-Qm for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 15:34:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtMou-0003Qj-Lo for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 15:34:53 -0500 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:55261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtMou-0003QR-Dq for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 15:34:44 -0500 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NFM00400347NH00@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 22:27:03 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NFM002783H3BB30@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 22:27:03 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101193 Archived-At: > Date: Tue, 25 Nov 2014 21:00:19 +0100 > From: Alexander Shukaev > Cc: help-gnu-emacs > > 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'? Yes, 'ms-dos'.