From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: googleartist@yahoo.com (Artist) Newsgroups: gmane.emacs.help Subject: Re: Questions concerning emacs Date: 23 Apr 2003 13:24:47 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051129637 6693 80.91.224.249 (23 Apr 2003 20:27:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 20:27:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 22:27:15 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198Qox-0001gn-00 for ; Wed, 23 Apr 2003 22:26:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198QpL-0007dm-0A for gnu-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2003 16:26:47 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 208.159.24.160 Original-X-Trace: posting.google.com 1051129487 25141 127.0.0.1 (23 Apr 2003 20:24:47 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 23 Apr 2003 20:24:47 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:112244 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8742 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8742 Urban Gabor wrote in message news:... > Hi, > > I have two questions concerning emacs and I could not find > an answer. > > 1. I use emacs most of the time to edit program codes in C, > C++, perl, etc. I would like to have an intelligent template > editing. For example I type 'for' then emacs should > expand it to: > ' for ( ; ; ) > { > }' > or like that. How can I do that (is it possible at all?) ? > > 2. I find calendar/diary function very usefull. Is there any > extensio, which can be used to schedule meetings and tasks? > For example > 'Apr 23 2003 13-14:30 Meeting. ' > Can emacs detect collisions in the diary entries? > > Gabaux > Linux is like a wigwam: no gates, no windows, and an apache > inside! Several things are available for your request #1. 1. Language specific modes 2. abbrev-mode 3. skeletons artist