From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: suvayu ali Newsgroups: gmane.emacs.help Subject: Re: How check when symbol is introduced in Emacs? Date: Wed, 19 Jan 2011 15:16:27 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1295446651 2273 80.91.229.12 (19 Jan 2011 14:17:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 14:17:31 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Oleksandr Gavenko Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 19 15:17:25 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PfYqi-0007C5-Uc for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Jan 2011 15:17:25 +0100 Original-Received: from localhost ([127.0.0.1]:38340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfYqi-00019w-8u for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Jan 2011 09:17:24 -0500 Original-Received: from [140.186.70.92] (port=54114 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfYqF-00019Y-Df for help-gnu-emacs@gnu.org; Wed, 19 Jan 2011 09:16:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfYqE-0001wA-6K for help-gnu-emacs@gnu.org; Wed, 19 Jan 2011 09:16:55 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:51281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfYqE-0001ve-18 for help-gnu-emacs@gnu.org; Wed, 19 Jan 2011 09:16:54 -0500 Original-Received: by eyh6 with SMTP id 6so386156eyh.0 for ; Wed, 19 Jan 2011 06:16:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=kfDClbdQlQEeOkSleIWd5rbEu413X+nFSaLKDUj4MnM=; b=bSSKHGYI4yU9AQDUaG4hZlf5e4XrsECLfTvpiSreBTiD2CTLyy8gSX/P90uyrT1ULw oEp4MHnAv27STNQONLTEYTrpXwOxn8/Fdurs1iHie7mhWHQbr6rN5QVHdFdKrcM5E5KC Rzwli0/7zi3LW9L+d709zkgi7Fi5PAhc9R6yU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=rx1jj/mfjT0vf3VhseBIqcHi94ZEpdLg0iu1bmciCrT5bx4Eh7ll/GKtf6+bXBB1/1 zfxOWJXK9xwbDoWSKGNx5mBG5Ua8AvJDIgV0sW+RRacvNqMm9emPECWYUFlIDo/qfxzq xIFvcuPPQg1WH+iV/Wo2vK+0VBYeeLqG3HRF4= Original-Received: by 10.223.72.10 with SMTP id k10mr768762faj.31.1295446607898; Wed, 19 Jan 2011 06:16:47 -0800 (PST) Original-Received: by 10.223.71.207 with HTTP; Wed, 19 Jan 2011 06:16:27 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: LV3-bx9_0CBNGr1rHHNgJqZSB38 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78585 Archived-At: On Wed, Jan 19, 2011 at 11:23 AM, Oleksandr Gavenko wrote: > Next I learn use bzr repo with C-x v g and pressing a lot of 'A' command but > it to hard understand which revision goes to release. > If you have a git mirror of the emacs repo, $ git log -S'' --graph --oneline | tail -1 should give you the first ever commit which introduces a line with the symbol name. -- Suvayu Open source is the future. It sets us free.