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: ctrl:nocaps enables mark set? Date: Tue, 2 Sep 2008 17:23:55 +0200 Message-ID: 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 1220369061 4552 80.91.229.12 (2 Sep 2008 15:24:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2008 15:24:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 02 17:25:16 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 1KaXkk-0001l6-SZ for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2008 17:25:11 +0200 Original-Received: from localhost ([127.0.0.1]:40517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaXjj-00088C-5p for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2008 11:24:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaXjY-00086a-Kx for emacs-devel@gnu.org; Tue, 02 Sep 2008 11:23:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaXjY-00086O-6C for emacs-devel@gnu.org; Tue, 02 Sep 2008 11:23:56 -0400 Original-Received: from [199.232.76.173] (port=38599 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaXjY-00086L-0a for emacs-devel@gnu.org; Tue, 02 Sep 2008 11:23:56 -0400 Original-Received: from mail-gx0-f12.google.com ([209.85.217.12]:44316) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaXjX-0008Sn-PF for emacs-devel@gnu.org; Tue, 02 Sep 2008 11:23:55 -0400 Original-Received: by gxk5 with SMTP id 5so5227925gxk.18 for ; Tue, 02 Sep 2008 08:23:55 -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:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=MOWiyyUJbzFShKJQ4In7GolFVmFb4TFUgmIr630Ml0Q=; b=LXU3cXKgF5gN1R2pk+fLcARe1NDb2pckwDHHIjJ1DlZ58ANGVpvNK+SGhdhJeMdqrm 4vEDDTmRQaHsQziNuwTdv1dQU4G0loYYocKlKpaWm492QnjPeu9MzpOxkMOULzYqPBhc QlwnuRoZnTWwKqAsvGq4mFXJfV/jPdxInrX7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=FSqajGTRhs5HqdCnocTFK2wrCdLdMtNA0o6LeG6l1H/Am5/5qYKEo1ZjSLnx8qFybv VyfGMVpy39rG4UAk7YubsZSi5z3IXaoo7ZHFXtQ88IUE/sLF24iLhAo3LKxlsxJ/WbLr RNsvafgmSw0scMyCtP5g46v0+W+Irvxx3iF5s= Original-Received: by 10.150.52.10 with SMTP id z10mr10641479ybz.130.1220369035199; Tue, 02 Sep 2008 08:23:55 -0700 (PDT) Original-Received: by 10.151.6.14 with HTTP; Tue, 2 Sep 2008 08:23:55 -0700 (PDT) Content-Disposition: inline X-Google-Sender-Auth: 2b289fc9c20163bc 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:103425 Archived-At: Hi, with the latest emacs cvs versions (over the last two weeks) when I use C-n or C-p (C=Caps lock) the "Mark is set". It does not happen when I press the normal Ctrl key. I have tried it with "emacs -q". My box is Debian GNU/Linux testing. I am using GNOME, but the same happens with Openbox. Emacs CVS from 2008-08-29 (23.0.60.1). Configure command: ./configure --prefix=/home/aleix/bin/emacs/2008-08-29 --with-x-toolkit=gtk --with-xft --with-xpm --with-jpeg --with-tiff --with-png --with-rsvg Is there anything I can do to provide you more information? Or some test I could perform? Thanks in advance, Aleix