From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "=?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?=" Newsgroups: gmane.emacs.devel Subject: Re: ctrl:nocaps enables mark set? Date: Tue, 2 Sep 2008 18:22:19 +0200 Message-ID: References: <87wshuo713.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220373968 23086 80.91.229.12 (2 Sep 2008 16:46:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2008 16:46:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 02 18:47:02 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KaZ1f-0003oD-9L for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2008 18:46:43 +0200 Original-Received: from localhost ([127.0.0.1]:46236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaZ0g-0002ag-5j for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2008 12:45:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaYe5-0002Pj-Dy for emacs-devel@gnu.org; Tue, 02 Sep 2008 12:22:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaYe4-0002Og-91 for emacs-devel@gnu.org; Tue, 02 Sep 2008 12:22:20 -0400 Original-Received: from [199.232.76.173] (port=54365 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaYe4-0002Oa-3E for emacs-devel@gnu.org; Tue, 02 Sep 2008 12:22:20 -0400 Original-Received: from mail-gx0-f12.google.com ([209.85.217.12]:53170) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaYe3-0001h8-TP for emacs-devel@gnu.org; Tue, 02 Sep 2008 12:22:20 -0400 Original-Received: by gxk5 with SMTP id 5so5283891gxk.18 for ; Tue, 02 Sep 2008 09:22:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=xnyLUsFcv8Vs8kwAOm0AYbjJPYm85hRcuhhAd9Ox1T4=; b=fyktTHsV7hqMt6BnOL6JZTckdQmOC1fPj7i+GmnTxYjixP3Ho24BxCXfUUpSZRltmL OXVLvqNw0GwPDknW1/k4ydIUqDYTVBP7soy/j/r2uqtZRXcAMY1Trzzyp/x8Z7zx4HAu 4ptXZybiG+sIyWZWYavCOHr5Hzwk5W4Nq1pRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=HoGU2GKZbQxbENRzS0a4/z4F0CCQ4hhNjI1Z5JTX26Qb2C9+KkOIX4GL3eHhvSm2Br VBVeILW2HSImgjf77By+QKdU8Tf7hIQRCny5oqs3uT22/OPFvsZda9KsHpJ2EdsgWrAU xRq2p3alalJizVLVUTMQzZd1VCT6nyU+y5Iko= Original-Received: by 10.150.57.17 with SMTP id f17mr10785499yba.39.1220372539300; Tue, 02 Sep 2008 09:22:19 -0700 (PDT) Original-Received: by 10.151.6.14 with HTTP; Tue, 2 Sep 2008 09:22:19 -0700 (PDT) In-Reply-To: <87wshuo713.fsf@cyd.mit.edu> Content-Disposition: inline X-Google-Sender-Auth: c1025882a4708302 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103431 Archived-At: On Tue, Sep 2, 2008 at 6:18 PM, Chong Yidong wrote: > > Check xev; this may be a misconfigured Xmodmap. Does your caps lock key > issue a shift modifier, in addition to a control modifier? > As far as I know, no. With Openbox I did not load any Xmodmap file. And the only one I normally use is: $ cat .xmodmap clear mod1 clear mod4 keycode 0x73 = Alt_L keycode 0x40 = Meta_L add mod4 = Alt_L add mod1 = Meta_L