From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17386 Path: news.gmane.org!not-for-mail From: incal Newsgroups: gmane.emacs.gnus.user Subject: Re: alt-tab? really? you're joking... Date: Mon, 26 Jan 2015 22:34:30 +0100 Organization: Aioe.org NNTP Server Message-ID: <87y4opmdjt.fsf@nl106-137-147.student.uu.se> References: <8xxfvb2tath.fsf@village.keycorner.org> <8xxwq4dft9q.fsf@village.keycorner.org> <877fw9nsuw.fsf@nl106-137-147.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1422308192 22478 80.91.229.3 (26 Jan 2015 21:36:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2015 21:36:32 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Jan 26 22:36:31 2015 Return-path: Envelope-to: gegu-info-gnus-english@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 1YFrKa-0005aH-E3 for gegu-info-gnus-english@m.gmane.org; Mon, 26 Jan 2015 22:36:24 +0100 Original-Received: from localhost ([::1]:44155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFrKZ-0005nx-Sk for gegu-info-gnus-english@m.gmane.org; Mon, 26 Jan 2015 16:36:23 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!news.etla.org!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 45 Original-NNTP-Posting-Host: HBT23BLqDGkpZHtH96+S6w.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:EKb9p1L+S1CA/CGhISCReXEi2qU= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88515 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17386 Archived-At: incal writes: >> Well, in any programming mode, `' runs >> `completion-at-point' or `complete-symbol' which >> are the main completion functions in emacs. >> (Actually, that's bound to `C-M-i' but that >> translates to `' which is much easier to >> type.) > > To me isn't more difficult to type (in a > way, it is easier/better as the left index finger > can remain at ), and it doesn't translate to > , which by the way I had to configure. But > now I got suspicious: I'll remove the configuration > and see if it still works... Without the configuration, translates to in the Linux VTs. Those keys are both very good, so why have them do the same thing? It is a waste. For example, I use to scroll a "pane" (and to scroll a line), and to switch between buffers. Here is how to get both keys, again in a Linux VT: In /etc/console-setup/remap.inc alt keycode 15 = U+1003 # M-TAB Then execute this function: lkeys () { sudo loadkeys --clearcompose --clearstrings \ /etc/console-setup/remap.inc > /dev/null } Last, in an Emacs init file: (define-key input-decode-map [?\u1003] [M-tab]) -- underground experts united