all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Glenn Morris" <rgm@gnu.org>
Cc: 1351@emacsbugs.donarmstrong.com
Subject: bug#1351: 23.0.60; Provide doc strings for functions in replace.el
Date: Sun, 16 Nov 2008 00:27:08 +0100	[thread overview]
Message-ID: <f7ccd24b0811151527p47e5ca86hd93248644c186ba6@mail.gmail.com> (raw)
In-Reply-To: <18719.21523.444893.763878@fencepost.gnu.org>

On Sat, Nov 15, 2008 at 23:58, Glenn Morris <rgm@gnu.org> wrote:

> (let (undocumented)
>  (mapatoms (lambda (s)
>              (and (fboundp s)
>                   (not (documentation s))
>                   (push s undocumented))))
>  undocumented))

Had you tried it (removing the last ")"), you would've caught an unrelated bug:

 => *** Eval error ***  Symbol's function definition is void:
c-put-char-property-fun

In cc-defs.el, `c-put-char-property-fun' is aliased to the output of
an expression that is nil on current Emacs.

C-h f c-put-char-property-fun <ENTER>

c-put-char-property-fun is an alias for `nil',
which is not defined.  Please make a bug report.

  Juanma






  reply	other threads:[~2008-11-15 23:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <18721.11954.779606.826706@fencepost.gnu.org>
2008-11-15 19:20 ` bug#1351: 23.0.60; Provide doc strings for functions in replace.el Drew Adams
2008-11-15 22:58   ` Glenn Morris
2008-11-15 23:27     ` Juanma Barranquero [this message]
2008-11-15 23:43       ` Glenn Morris
2008-11-15 23:50         ` Processed: " Emacs bug Tracking System
2008-11-16  0:06     ` Drew Adams
2008-11-16  4:19       ` Eli Zaretskii
2008-11-16  8:05         ` Drew Adams
2008-11-16 21:58           ` Eli Zaretskii
2008-11-16 23:13             ` Stefan Monnier
2008-11-17  8:50   ` bug#1353: marked as done (c-put-char-property-fun alias problem) Emacs bug Tracking System
2014-02-10  3:38   ` bug#1351: 23.0.60; Provide doc strings for functions in replace.el Lars Ingebrigtsen

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=f7ccd24b0811151527p47e5ca86hd93248644c186ba6@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=1351@emacsbugs.donarmstrong.com \
    --cc=rgm@gnu.org \
    /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.