From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adam Visegradi Newsgroups: gmane.emacs.help Subject: modified line markers in emacs Date: Thu, 14 Apr 2011 04:20:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1306267522 10517 80.91.229.12 (24 May 2011 20:05:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:05:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:05:18 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOxqv-0003l1-UV for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:05:18 +0200 Original-Received: from localhost ([::1]:46060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOxqv-0003Wa-Bk for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:05:17 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!e21g2000vbz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 62.201.108.206 Original-X-Trace: posting.google.com 1302780056 6693 127.0.0.1 (14 Apr 2011 11:20:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 14 Apr 2011 11:20:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e21g2000vbz.googlegroups.com; posting-host=62.201.108.206; posting-account=DVVibgoAAAAMBd0_poXRvGqHZp9DPPEE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186675 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:81032 Archived-At: Hi all! I've done some google-ing on this with no avail. There is a feature in other editors like Visual Studio, Eclipse, etc., which I'd like to see in Emacs. When a line is modified, it's marked with a (usually) yellow bar on its left, and when it's saved, the bar changes to green. This way I can easily see my recent modifications in a code. I couldn't find anything on Google, because I'm not even sure how this feature is called. With 'annotation', mostly svn results turn up, 'markers' seem to mean the markers on the scrollbar showing positions of errors, warnings, etc. in the code. Do you know any minor mode which grants this feature? Or how it is called in the first place. Thanks! Adam