unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lektu@terra.es>
Cc: emacs-devel@gnu.org
Subject: Re: Lowercase text after full stop on describe-variable
Date: Tue, 25 Jun 2002 19:04:01 +0200	[thread overview]
Message-ID: <20020625185715.593B.LEKTU@terra.es> (raw)
In-Reply-To: <200206251420.g5PEK7B08052@rum.cs.yale.edu>

On Tue, 25 Jun 2002 10:20:07 -0400, "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu> wrote:

> Sounds just fine to me.  You might want to check what the byte compiler
> does with the obsolescence info, just to make sure that your fix doesn't
> make the byte-compiler warnings less correct.

Well, there's an example of output:

c:/usr/wrk/pru.el: In toplevel form
c:/usr/wrk/pru.el:1:7: warning: inhibit-local-variables is an obsolete variable since before 19.15; Use enable-local-variables (with the reversed sense).
c:/usr/wrk/pru.el:1:7: warning: assignment to free variable inhibit-local-variables
c:/usr/wrk/pru.el:2:7: warning: auto-fill-hook is an obsolete variable since before 19.15; use auto-fill-function instead.
c:/usr/wrk/pru.el:2:7: warning: assignment to free variable auto-fill-hook
c:/usr/wrk/pru.el:3:2: warning: frame-update-faces is an obsolete function since 21.1; No longer necessary.
c:/usr/wrk/pru.el:4:2: warning: dot-marker is an obsolete function since before 19.15; use point-marker instead.
Wrote c:/usr/wrk/pru.elc

where `inhibit-local-variable' and `frame-update-faces' have been
capitalized, while `auto-fill-hook' and `dot-marker' are not (they have
no NEW string, only a symbol).

So, obviously, either the strings are un-capitalized and
describe-variable and describe-function's new functionality is somewhat
fixed, or they are capitalized and byte-compile-obsolete is modified to
put a dot instead of a semicolon, or whatever is deemed appropriate.

Suggestions?

                                                           /L/e/k/t/u

  reply	other threads:[~2002-06-25 17:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-24 13:49 Lowercase text after full stop on describe-variable Juanma Barranquero
2002-06-24 15:23 ` Stefan Monnier
2002-06-24 16:03   ` Juanma Barranquero
2002-06-24 16:29   ` Juanma Barranquero
2002-06-24 20:20     ` Stefan Monnier
2002-06-25  9:37       ` Juanma Barranquero
2002-06-25 14:20         ` Stefan Monnier
2002-06-25 17:04           ` Juanma Barranquero [this message]
2002-06-25 11:07     ` Richard Stallman
2002-06-27  8:54       ` Juanma Barranquero
2002-06-27 14:24         ` Stefan Monnier
2002-06-27 16:27           ` Juanma Barranquero
2002-06-27 16:44             ` Stefan Monnier
2002-06-27 19:14             ` Colin Walters
2002-06-28  6:41               ` Juanma Barranquero

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20020625185715.593B.LEKTU@terra.es \
    --to=lektu@terra.es \
    --cc=emacs-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).