From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: How to truly unbind global bindings? Date: Tue, 25 Nov 2014 20:39:37 +0100 Message-ID: References: <98be95d8-086a-4a28-aa34-937c53e2c4de@default> <838uizoz58.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1416944434 12344 80.91.229.3 (25 Nov 2014 19:40:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2014 19:40:34 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 25 20:40:24 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 1XtLyK-00042G-1E for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 20:40:24 +0100 Original-Received: from localhost ([::1]:59198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtLyJ-0001FW-If for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 14:40:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtLxs-00019N-RI for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 14:40:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtLxm-00012Z-SP for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 14:39:56 -0500 Original-Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:64858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtLxa-00010E-Os; Tue, 25 Nov 2014 14:39:38 -0500 Original-Received: by mail-lb0-f172.google.com with SMTP id u10so1206527lbd.17 for ; Tue, 25 Nov 2014 11:39:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=W+NNJXWGsA/cwrD3K3kM2NWSB2ZI2rojrYg6/3qEcGE=; b=OGzluSMcCS6X1a1Dj+WhXbDtHvNY2OGP3k5Umt26xMPIdgsogI7cpNvfmjsRdrvLBx LJv0uQKTnxbNN0xpSoD0gDo11rciSQBF1mqoYpDiQuIahU2zm1PcPhG8z7ROKbG2xqyj 5rCe9u779llNqqHRpSulbKpcpQpwUKUoQhvBVa3m48BqofGSVVkmrpcYC6Hx7mV1vBL8 gmElZcIq3EUhpBSRQs2lGadmghs5cIKhZ2FdHUTCrrEzL8EcQU2BH4FYg7yAMuYQTC05 lK+ihPntuc+VtNguhbrJe/1+HUT6w3EQvhxtUczPqUwBUf5TLa9cg986nK1FH8Z7LXTk n/kQ== X-Received: by 10.152.23.103 with SMTP id l7mr29026496laf.92.1416944377614; Tue, 25 Nov 2014 11:39:37 -0800 (PST) Original-Received: by 10.112.21.136 with HTTP; Tue, 25 Nov 2014 11:39:37 -0800 (PST) In-Reply-To: <838uizoz58.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22c X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:101190 Archived-At: > > I don't understand what you are trying to do enough to answer that. > After: (use-global-map (make-sparse-keymap)) I lost: Global Bindings: key binding > --- ------- > SPC .. ~ self-insert-command > \200 .. self-insert-command > \200 .. \377 self-insert-command which is needed for typing. I will have to add them back from my configuration. What are symbols starting from 0200 mean? And do I really need them in the usual workflow? Or restoring ASCII would be enough? Why some of them are protected with MSDOS preprocessor check?