unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44624: 28.0.50; C-h f fails with search failed "*\n"
@ 2020-11-13 21:09 Jean Louis
  2020-11-14  7:12 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Louis @ 2020-11-13 21:09 UTC (permalink / raw)
  To: 44624


I cannot in this git version invoke C-h f as it fails each time.

C-h f for find-file says: help-fns--first-release: Search failed: "
*"



In GNU Emacs 28.0.50 (build 29, x86_64-pc-linux-gnu, X toolkit, cairo version 1.14.8, Xaw3d scroll bars)
 of 2020-11-13 built on protected.rcdrun.com
Repository revision: 206dd9d5923d5db7b44a1bf67e6ec61c027ab1d2
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.11907000
System Description: Hyperbola GNU/Linux-libre

Configured using:
 'configure --prefix=/package/text/emacs-2020-11-13 --with-modules
 --with-x-toolkit=lucid --with-modules --with-x-toolkit=lucid'

Configured features:
XAW3D XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB
NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB
TOOLKIT_SCROLL_BARS LUCID X11 XDBE XIM MODULES THREADS JSON PDUMPER
LCMS2

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LANG: de_DE.UTF-8
  value of $XMODIFIERS: @im=exwm-xim
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort hashcash mail-extr emacsbug message rmc puny dired
dired-loaddefs rfc822 mml mml-sec epa derived epg epg-config gnus-util
time-date mm-decode mm-bodies mm-encode gmm-utils mailheader shortdoc
text-property-search eieio-opt cl-extra speedbar ezimage dframe
find-func mail-parse rfc2231 mailabbrev mailalias rmail rmail-loaddefs
auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs
password-cache json subr-x map seq byte-opt gv bytecomp byte-compile
cconv sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
thingatpt help-fns radix-tree help-mode easymenu cl-loaddefs cl-lib
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch
timer select scroll-bar mouse jit-lock font-lock syntax facemenu
font-core term/tty-colors frame minibuffer cl-generic cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote threads dbusbind
inotify lcms2 dynamic-setting system-font-setting font-render-setting
cairo x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 70683 4419)
 (symbols 48 7925 1)
 (strings 32 25007 2180)
 (string-bytes 1 741687)
 (vectors 16 12811)
 (vector-slots 8 176272 11371)
 (floats 8 77 16)
 (intervals 56 260 5)
 (buffers 992 13))

-- 
Thanks,
Jean Louis
⎔ λ 🄯 𝍄 𝌡 𝌚





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

* bug#44624: 28.0.50; C-h f fails with search failed "*\n"
  2020-11-13 21:09 bug#44624: 28.0.50; C-h f fails with search failed "*\n" Jean Louis
@ 2020-11-14  7:12 ` Eli Zaretskii
  2020-11-14  7:52   ` Jean Louis
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2020-11-14  7:12 UTC (permalink / raw)
  To: Jean Louis; +Cc: 44624

> From: Jean Louis <bugs@gnu.support>
> Date: Sat, 14 Nov 2020 00:09:00 +0300
> 
> 
> I cannot in this git version invoke C-h f as it fails each time.
> 
> C-h f for find-file says: help-fns--first-release: Search failed: "
> *"

I cannot reproduce this with today's master.  Suggest to update from
Git and perhaps also "make bootstrap".





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

* bug#44624: 28.0.50; C-h f fails with search failed "*\n"
  2020-11-14  7:12 ` Eli Zaretskii
@ 2020-11-14  7:52   ` Jean Louis
  2020-11-14  8:09     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Louis @ 2020-11-14  7:52 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 44624

* Eli Zaretskii <eliz@gnu.org> [2020-11-14 10:13]:
> > From: Jean Louis <bugs@gnu.support>
> > Date: Sat, 14 Nov 2020 00:09:00 +0300
> > 
> > 
> > I cannot in this git version invoke C-h f as it fails each time.
> > 
> > C-h f for find-file says: help-fns--first-release: Search failed: "
> > *"
> 
> I cannot reproduce this with today's master.  Suggest to update from
> Git and perhaps also "make bootstrap".

Upgraded, git fsck, make bootstrap, still emacs -Q gives me that.

Hard to understand.





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

* bug#44624: 28.0.50; C-h f fails with search failed "*\n"
  2020-11-14  7:52   ` Jean Louis
@ 2020-11-14  8:09     ` Eli Zaretskii
  2020-11-14 11:08       ` Jean Louis
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2020-11-14  8:09 UTC (permalink / raw)
  To: Jean Louis; +Cc: 44624

> Date: Sat, 14 Nov 2020 10:52:36 +0300
> From: Jean Louis <bugs@gnu.support>
> Cc: 44624@debbugs.gnu.org
> 
> * Eli Zaretskii <eliz@gnu.org> [2020-11-14 10:13]:
> > > From: Jean Louis <bugs@gnu.support>
> > > Date: Sat, 14 Nov 2020 00:09:00 +0300
> > > 
> > > 
> > > I cannot in this git version invoke C-h f as it fails each time.
> > > 
> > > C-h f for find-file says: help-fns--first-release: Search failed: "
> > > *"
> > 
> > I cannot reproduce this with today's master.  Suggest to update from
> > Git and perhaps also "make bootstrap".
> 
> Upgraded, git fsck, make bootstrap, still emacs -Q gives me that.

What does "git status" say in the top-level directory of the cloned
Emacs Git repository?  In particular, do you have any local changes in
etc/NEWS* files, or renamed/deleted some of them?





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

* bug#44624: 28.0.50; C-h f fails with search failed "*\n"
  2020-11-14  8:09     ` Eli Zaretskii
@ 2020-11-14 11:08       ` Jean Louis
  0 siblings, 0 replies; 5+ messages in thread
From: Jean Louis @ 2020-11-14 11:08 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 44624, Jean Louis

* Eli Zaretskii <eliz@gnu.org> [2020-11-14 11:10]:
> > Date: Sat, 14 Nov 2020 10:52:36 +0300
> > From: Jean Louis <bugs@gnu.support>
> > Cc: 44624@debbugs.gnu.org
> > 
> > * Eli Zaretskii <eliz@gnu.org> [2020-11-14 10:13]:
> > > > From: Jean Louis <bugs@gnu.support>
> > > > Date: Sat, 14 Nov 2020 00:09:00 +0300
> > > > 
> > > > 
> > > > I cannot in this git version invoke C-h f as it fails each time.
> > > > 
> > > > C-h f for find-file says: help-fns--first-release: Search failed: "
> > > > *"
> > > 
> > > I cannot reproduce this with today's master.  Suggest to update from
> > > Git and perhaps also "make bootstrap".
> > 
> > Upgraded, git fsck, make bootstrap, still emacs -Q gives me that.
> 
> What does "git status" say in the top-level directory of the cloned
> Emacs Git repository?  In particular, do you have any local changes in
> etc/NEWS* files, or renamed/deleted some of them?

Before seeing this email I have done git fsck and anything to reset
it. Before that I was doing patch of Stefen for text scaling the
tabulated-list-mode.

As I have done patch incorrectly or maybe repeated it first time, this
happened. Problem is probably not related to that patch.

I have git clone --depth 1 the latest git and built Emacs again. Now is all fine and working, closing this bug.





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

end of thread, other threads:[~2020-11-14 11:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-13 21:09 bug#44624: 28.0.50; C-h f fails with search failed "*\n" Jean Louis
2020-11-14  7:12 ` Eli Zaretskii
2020-11-14  7:52   ` Jean Louis
2020-11-14  8:09     ` Eli Zaretskii
2020-11-14 11:08       ` Jean Louis

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).