all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* missing P function
@ 2006-09-18 11:54 Jason Church
  2006-09-18 19:15 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Church @ 2006-09-18 11:54 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 593 bytes --]

Windows 2000 or Windows XP Professional.
Emacs 21.3.1

I've run into an issue of  missing what I believe is a standard emacs
function.
call-interactively: Symbol's value as variable is void: p

I have also noticed I can't find any functions that end in -p, for
example file-newer-than-file-p.  At one point this used to work for me,
but I can't remember when.  Perhaps and older version of emacs.

Both my home and work PCs run into the same issue.

I've attempted to locate the missing functions but so far I haven't come
across any. Any help would be greatly appreciated.



[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 187 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: missing P function
  2006-09-18 11:54 missing P function Jason Church
@ 2006-09-18 19:15 ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2006-09-18 19:15 UTC (permalink / raw)


> Date: Mon, 18 Sep 2006 07:54:31 -0400
> From: Jason Church <jasonchurch@edeveloper.ca>
> 
> Windows 2000 or Windows XP Professional.
> Emacs 21.3.1
> 
> I've run into an issue of  missing what I believe is a standard emacs
> function.
> call-interactively: Symbol's value as variable is void: p

Does it happen in "emacs -q"?  If not, your .emacs init file has
something that causes this problem.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: missing P function
       [not found] <mailman.7092.1158594234.9609.help-gnu-emacs@gnu.org>
@ 2006-09-20  9:53 ` robert.thorpe
  0 siblings, 0 replies; 3+ messages in thread
From: robert.thorpe @ 2006-09-20  9:53 UTC (permalink / raw)


Jason Church wrote:
> Windows 2000 or Windows XP Professional.
> Emacs 21.3.1
>
> I've run into an issue of  missing what I believe is a standard emacs
> function.
> call-interactively: Symbol's value as variable is void: p
>
> I have also noticed I can't find any functions that end in -p, for
> example file-newer-than-file-p.  At one point this used to work for me,
> but I can't remember when.  Perhaps and older version of emacs.
>
> Both my home and work PCs run into the same issue.
>
> I've attempted to locate the missing functions but so far I haven't come
> across any. Any help would be greatly appreciated.

Most of the functions that end in "-p" or just "p" are only functions,
they are not commands and can't be run interactively.  That is, they
show up when you do C-h f but not when you do M-x.  They're for elisp
use.

I think a handful can but I can't remember which ones.

AFAIK Emacs has always worked this way regarding these functions.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-20  9:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-18 11:54 missing P function Jason Church
2006-09-18 19:15 ` Eli Zaretskii
     [not found] <mailman.7092.1158594234.9609.help-gnu-emacs@gnu.org>
2006-09-20  9:53 ` robert.thorpe

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.