From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivanov Dmitry Newsgroups: gmane.emacs.help Subject: How can I skip the question when moving to tag? Date: Mon, 23 Dec 2013 02:08:42 +0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1387750128 10117 80.91.229.3 (22 Dec 2013 22:08:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Dec 2013 22:08:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 22 23:08:55 2013 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 1VurCh-0002vi-A2 for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Dec 2013 23:08:55 +0100 Original-Received: from localhost ([::1]:59373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VurCg-0000MP-Gl for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Dec 2013 17:08:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VurCW-0000M4-22 for help-gnu-emacs@gnu.org; Sun, 22 Dec 2013 17:08:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VurCV-0003uq-2Z for help-gnu-emacs@gnu.org; Sun, 22 Dec 2013 17:08:43 -0500 Original-Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:55577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VurCU-0003ua-U6 for help-gnu-emacs@gnu.org; Sun, 22 Dec 2013 17:08:43 -0500 Original-Received: by mail-ob0-f180.google.com with SMTP id wo20so4829723obc.11 for ; Sun, 22 Dec 2013 14:08:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=rr72ayKfqvLf13meELctrcWLkXL/z3s6JR6xEmIAz4s=; b=V22i6kOtVEKaQ3F8Z4MzByQ+LwXdOybLJpQGtdWgUh/JefqrwVtR4j3j5CcjWevbTe DbjyEeqhl/iH0h/rmRCvQcZJIuZFVCkzOnD9TKrEsw5q4UPqqgMi20uEmPzZNg6NTTpr EeAsl97QON7ZY6mocH47DvbimTtW492lXJPgToQV1YZvLyZxstUgASXSR7ZRt4VBDyF9 0IE3XG9gxKvHEaRnNGBXQqWc1fe6h8f0OXIMLSNT+JAzp2St7NOAe1mZHVRH0gGNK/uN vZPsUHrR6/ok0CZMO8+T+szqhBi/lcU4K24lHTK99KX/pU3+9SrRhBZYt9qR3K4tsEfH pQXw== X-Received: by 10.60.58.36 with SMTP id n4mr2916220oeq.51.1387750122085; Sun, 22 Dec 2013 14:08:42 -0800 (PST) Original-Received: by 10.76.153.199 with HTTP; Sun, 22 Dec 2013 14:08:42 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::234 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:95132 Archived-At: In Emacs when I click Alt-. for the first time it asks me, where to find the tags file, then scans the file and asks for the second time "Find tag (default function_name)". Then I click Enter, and it goes to the function definition. For the second and subsequent times it continues to ask me "Find tag (default function_name)" question. 1. How can I disable this question and make it redirect me to the tag without any extra questions? 2. How can I come back to the point in the previous function, where I clicked Alt-.?