all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roberto Huelga <rhuelga@multinterior.com>
Subject: Autoinsert
Date: Mon, 30 Dec 2002 13:32:11 +0100	[thread overview]
Message-ID: <B848CC90-1BF2-11D7-A548-00039368DF30@multinterior.com> (raw)

	Hello to every body.

	I'm starting with the skeletons and autoinsert. Skeletons and abbrevs 
work fine, but the autoinsert doesn't expand the tag.
	In my .emacs file I have the following lines about autoinsert:

(require 'autoinsert)
(add-hook 'find-file-hook 'auto-insert)
(define-auto-insert "\\.\\(H\\|hh\\|hxx\\|hpp\\)\\'" "cxx-header.hh")

	And the cxx-header.hh file is like this:

#ifndef __%B_%E__
#define __%B_%E__

class %@
{

};

#endif

	And nothing is expanded. Someone can help me? (I don't want to use 
skeletons here)


	A lot of Thanks

             reply	other threads:[~2002-12-30 12:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-30 12:32 Roberto Huelga [this message]
     [not found] <mailman.704.1041251691.19936.help-gnu-emacs@gnu.org>
2002-12-30 12:50 ` Autoinsert Chmouel Boudjnah
  -- strict thread matches above, loose matches on Subject: below --
2018-06-07 17:16 autoinsert Joseph Vidal-Rosset
2018-06-07 21:06 ` autoinsert Nick Dokos
2018-06-08  7:12   ` autoinsert Joseph Vidal-Rosset
2018-06-08  7:32     ` autoinsert Joseph Vidal-Rosset
2018-06-08  7:38       ` autoinsert Joseph Vidal-Rosset
2018-06-08  8:37         ` autoinsert Joseph Vidal-Rosset
2018-06-09  9:57           ` autoinsert Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B848CC90-1BF2-11D7-A548-00039368DF30@multinterior.com \
    --to=rhuelga@multinterior.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.