From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Espen Newsgroups: gmane.emacs.help Subject: Re: Caps Lock affects Ctrl+keys Date: Fri, 24 Jan 2014 10:22:21 -0500 Organization: A noiseless patient Spider Message-ID: References: <87ppnmulrq.fsf@nl106-137-194.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1390578615 13596 80.91.229.3 (24 Jan 2014 15:50:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Jan 2014 15:50:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 24 16:50:23 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 1W6j1S-00045l-OA for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jan 2014 16:50:22 +0100 Original-Received: from localhost ([::1]:47360 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6j1S-00054j-Av for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jan 2014 10:50:22 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Injection-Info: mx05.eternal-september.org; posting-host="189748f827f5005aa08ac3cba2786117"; logging-data="22924"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19l09Tz0lFxnuongqtEvYPlVxUfxJAxEfk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:hy8c5s/eaFvoN+E+nokxaAu7HGs= sha1:GEs3cMgL/NegDd1kCqJqOWrFQxk= Original-Xref: usenet.stanford.edu gnu.emacs.help:203352 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:95620 Archived-At: Yuri Khan writes: > On Tue, Jan 21, 2014 at 9:10 AM, Emanuel Berg wrote: > >> Just thought of one thing, there is a caps-mode.el, >> written by a man on this list, which is great, because >> it gives you caps lock functionality, but *buffer >> local* (and thus obviously contained to Emacs). > > Does anyone happen to know what is the canonical repository for > caps-mode? I’d like to submit a couple of patches that fix the > following: > * the use of obsolete last-command-char variable, > * caps-mode ignores the state of overwrite-mode and always inserts. Don't know, but I changed my copy to use last-command-event. Right now I have a need to use caps-mode in XEmacs. It runs without complaint but doesn't work, I get lower case regardless of the mode. I haven't looked in detail yet to find the issue with XEmacs. -- Dan Espen