info-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

New GNU ELPA package: auto-header - Automatically find the right headers


From: Sacha Chua
Subject: New GNU ELPA package: auto-header - Automatically find the right headers
Date: Mon, 27 Mar 2023 19:12:14 -0400

    Summary: Automatically find the right headers
    Website: https://git.sr.ht/~pkal/auto-header
   Keywords: c 
 Maintainer: Philip Kaludercic <~pkal/public-inbox@lists.sr.ht>
     Author: Philip Kaludercic <philipk@posteo.net>

This script parses man-pages to guess what C header files a function
might need.

Bind `auto-header-at-point' to a convenient key if you want to
invoke the functionality manually, or add `auto-header-buffer' to
`before-save-hook' (in most cases you want to only add it locally),
so that headers are updated just before saving the contents of a
buffer.  This can also be done by enabling `auto-header-mode', or
by adding it to a major mode hook (e.g. `c-mode-hook').



reply via email to

[Prev in Thread] Current Thread [Next in Thread]