From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Helmut Eller Newsgroups: gmane.emacs.devel Subject: Re: Package initialization Date: Sun, 19 Jul 2015 12:41:57 +0200 Message-ID: References: <87twt1dmxu.fsf@uwakimon.sk.tsukuba.ac.jp> <87a8ustq9i.fsf@fencepost.gnu.org> <87615gtpat.fsf@fencepost.gnu.org> <871tg4tosc.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437302543 28815 80.91.229.3 (19 Jul 2015 10:42:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Jul 2015 10:42:23 +0000 (UTC) Cc: "Stephen J. Turnbull" , Artur Malabarba , emacs-devel To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 19 12:42:22 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZGm33-0005BS-BL for ged-emacs-devel@m.gmane.org; Sun, 19 Jul 2015 12:42:21 +0200 Original-Received: from localhost ([::1]:51003 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGm32-0008Io-KK for ged-emacs-devel@m.gmane.org; Sun, 19 Jul 2015 06:42:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGm2p-0008HI-Rp for emacs-devel@gnu.org; Sun, 19 Jul 2015 06:42:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGm2o-0006CL-Hb for emacs-devel@gnu.org; Sun, 19 Jul 2015 06:42:07 -0400 Original-Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:34962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGm2i-0006BZ-0p; Sun, 19 Jul 2015 06:42:00 -0400 Original-Received: by wibxm9 with SMTP id xm9so69832578wib.0; Sun, 19 Jul 2015 03:41:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=eZJOKkXWcZj9uurxc9DA1yYlbJ9JtU2L9YtDXOn7rx8=; b=S/SMWrA8jNk3kUK7komzFFmoPhOhrbedRnaPSpllXeN0VtlVIomlNX2E0wK9ZwQU+b 1hej8xPxTsNcaqpTkWU7NXBeK4kBTQz4hmnkZej8GdLcdfOXpCyURychfN3CWCcLgAtf D/AlaAUNuMa9jqbbrAF+jbTfLSLPWCLRrht1H93rsH7HNkAXIkl+zHRHzLZ2q96SHtOA 4cQr40VKV5UcjaLPxSEzgH2vuSkfJQgikxTEFArqBD6tVFcmqRyNgUQ/vmIgGQ2TDXOr 8nSiePGWHEk9fuLNWjb17cCJLqPDOGGxkmIYbh/PickZchBNk2DbVhwEd7py+3SFBlom yo3A== X-Received: by 10.195.13.1 with SMTP id eu1mr46524887wjd.131.1437302519363; Sun, 19 Jul 2015 03:41:59 -0700 (PDT) Original-Received: from ix ([212.46.170.156]) by smtp.gmail.com with ESMTPSA id gw7sm6461108wib.15.2015.07.19.03.41.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 03:41:58 -0700 (PDT) Original-Received: from helmut by ix with local (Exim 4.84) (envelope-from ) id 1ZGm2f-0000cw-CV; Sun, 19 Jul 2015 12:41:57 +0200 In-Reply-To: <871tg4tosc.fsf@fencepost.gnu.org> (David Kastrup's message of "Sun, 19 Jul 2015 12:38:59 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187982 Archived-At: On Sun, Jul 19 2015, David Kastrup wrote: > Helmut Eller writes: > >> On Sun, Jul 19 2015, David Kastrup wrote: >> >>>;;;autoload (global-set-key (kbd "C-x c 5") 'foo-prefix-map) >>> Is there any problem with that? >> >> Yes, some poeple like to set up keybdinings explicitly in .emacs and >> don't want that merely installing a package changes global keybindings; >> other people don't want to change their .emacs. > > Is there a particular point to you making me look up the information in > the manual for you when all you wanted to state is that you want to have > logically incompatible requirements supported? > Are you getting paid for wasting people's time? If you don't understand the question then don't answer. Helmut