Re: Unable to build Texinfo from git ("SWIG not found")

2025-07-18 Thread Andreas Schwab
th_swig=check being > given on the command line. > > -- Macro: AC_ARG_WITH (PACKAGE, HELP-STRING, [ACTION-IF-GIVEN], > [ACTION-IF-NOT-GIVEN]) > > The option now looks like it was given, so the third argument to > AC_ARG_WITH, [ with_swig='yes' ], runs, leading t

Re: TeXinfo 7.2: Test suite fails on arm64

2025-01-07 Thread Andreas Schwab
C_ALL=foo locale locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory ... -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerpri

Re: post release commit flood incoming

2024-12-24 Thread Andreas Schwab
ty to do that. cherry-pick does not have an option, but you can rebase the commits afterwards with --reset-author-date to reset the author date. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: -Wtype-limits warning in info/infokey.c

2024-10-10 Thread Andreas Schwab
On Okt 10 2024, Eli Zaretskii wrote: > I think we should declare 'oval' as 'int' instead. The octal case also needs a better range check, so that \777 is not parsed as 511. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 D

Re: Build failure on master

2024-10-03 Thread Andreas Schwab
vPVutf8_nolen was a macro that dereferenced its argument, after that the implementation moved into an inline function. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: @itemize @asis is not well supported

2024-03-04 Thread Andreas Schwab
's a don't do it. It's a misuse of a command that requires an argument, in a place that doesn't pass one. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: Segmentation fault with GNU texinfo 7.1

2024-02-09 Thread Andreas Schwab
2024-02-09 Andreas Schwab * info/variables.c (set_variable_to_value): Add end marker to styles array. diff --git a/info/variables.c b/info/variables.c index 1ca6fd1ac3..bfb689152d 100644 --- a/info/variables.c +++ b/info/variables.c @@ -486,6 +486,7 @@ set_variable_to_value

Re: index sorting in texi2any in C issue with spaces

2024-02-04 Thread Andreas Schwab
ghts are not ignored. So we > need to use something else in the C variant of collation code, AFAIU. If you want pure codepoint order, you can just use strcmp on the UTF-8 encoded strings. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9D

Re: Code from installed libtexinfo.so.0 run for non-installed texi2any

2023-11-06 Thread Andreas Schwab
UNPATH does not override LD_LIBRARY_PATH. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: Code from installed libtexinfo.so.0 run for non-installed texi2any

2023-11-06 Thread Andreas Schwab
On Nov 06 2023, pertu...@free.fr wrote: > It is pkglibdir. Would be easy to change Makefile.am to put them there, > but are we sure that the linker will find them when the dlopened *XS > files are loaded by perl? libtool adds an rpath when linking against it. -- Andreas Schwab, sch

Re: Code from installed libtexinfo.so.0 run for non-installed texi2any

2023-11-05 Thread Andreas Schwab
nded for the use of the texi2any program > only, not any other. Such libraries should be installed in $pkglibdir, not $libdir. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

install-info truncates all files at 8192 bytes

2023-09-13 Thread Andreas Schwab
Commit 25584009e7 broke reading files bigger than 8192 because it tries to read zero byte after the first 8192 bytes are read. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

Re: integer types

2023-04-05 Thread Andreas Schwab
ation, so endianess doesn't come into play. On the other hand, converting an integer to a pointer and back does not guarantee preservation of the integer value (unlike the other direction as long as the intervening integer type is wide enough). -- Andreas Schwab, sch...@linux-m68k.org GPG K

Re: info '(latex2e)\indent & \noindent' doesn't work with Msys2

2023-04-04 Thread Andreas Schwab
On Apr 03 2023, Gavin Smith wrote: > Does the same message get printed for other Perl programs? > E.g. > > perl -e 'print "hello\n";' perl by default does not use locales. You need to add "use locale" to tell it to do so. -- Andreas Schwab, sch...

Re: info may stress-test the terminal emulator

2023-02-08 Thread Andreas Schwab
On Feb 08 2023, Bruno Haible wrote: > Andreas Schwab wrote: >> > Is there a way to fix/improve this erratic behaviour of the 'info' program, >> > please? >> >> Are you sure it's not the terminal emulator erratically sending an >> endless s

Re: info may stress-test the terminal emulator

2023-02-08 Thread Andreas Schwab
EL when it receives a character input it doesn't recognize. But note that ESC does abort search. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: Weird TeX behaviour with predumped format

2022-12-25 Thread Andreas Schwab
ne is processed normally. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: install-info can "corrupt" dir file if interrupted.

2022-12-03 Thread Andreas Schwab
. */ > + if (remove (dirfile) == -1) I think the remove failure should be ignored. If rename fails for other reasons than an existing destination, this may lose the original failure condition from rename, reporting a confusing and unrelated error. -- Andreas Schwab, sch...@linux-m68k.org

Re: texinfo-6.8.90 pretest

2022-10-24 Thread Andreas Schwab
texi2any_api.info has a bad info dir entry, the info file customization_api doesn't exist. texi2any_internals.info is lacking an info dir entry. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something

Re: conditional "LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH" was never defined.

2022-01-14 Thread Andreas Schwab
On Jan 14 2022, Gavin Smith wrote: > I could not find where the LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH conditional > was supposed to be defined. It is defined by the gl_LIBUNISTRING_MODULE macro. It looks like you are missing the configure fragment from modules/uniwidth/width. -- Andreas

Re: Texinfo 6.7 released

2019-09-24 Thread Andreas Schwab
On Sep 24 2019, Gavin Smith wrote: > On Tue, Sep 24, 2019 at 5:58 PM Andreas Schwab wrote: >> >> On Sep 23 2019, Gavin Smith wrote: >> >> > https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.xz >> >> That file is still missing. Was there any issue duri

Re: Texinfo 6.7 released

2019-09-24 Thread Andreas Schwab
On Sep 23 2019, Gavin Smith wrote: > https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.xz That file is still missing. Was there any issue during upload? Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And

Re: [platform-testers] texinfo-6.6.90 pretest

2019-09-17 Thread Andreas Schwab
f memory > allocated for *description is unknown to the compiler. It's not about the size of *description, but the length of " ", making it equivalent to strcat. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: ed man page

2019-07-13 Thread Andreas Schwab
On Jul 13 2019, Harald Dunkel wrote: > Maybe its just me, but info made this approach impossible. Just keep pressing space like in less. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for s

Re: texinfo-6.5.90 pretest

2019-01-11 Thread Andreas Schwab
On Jan 11 2019, Gavin Smith wrote: > On Fri, Jan 11, 2019 at 09:46:51PM +0100, Andreas Schwab wrote: >> The testsuite is not parallel safe. >> > > Is this the test suite under tp/, under info/, or other subdirectory? The one in tp. Andreas. -- Andreas Schwab, sch...@l

Re: texinfo-6.5.90 pretest

2019-01-11 Thread Andreas Schwab
tion of function ‘remember_internal_xref’ [-Wimplicit-function-declaration] remember_internal_xref (current); ^~ errors.c:17:0: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE :0:0: note: this is the location of the previous definition errors.c: In function ‘du

Re: texinfo-6.5.90 pretest

2019-01-11 Thread Andreas Schwab
The testsuite is not parallel safe. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: Mailing list archive not updating

2018-12-22 Thread Andreas Schwab
On Dez 21 2018, Keith Thompson wrote: > It might be worth looking into, since the web page says "Archives are > refreshed every 30 minutes", > but I'm not going to worry about it and I don't expect a response to this. Could be related to the provider change. Andr

Re: please migrate to git

2018-11-25 Thread Andreas Schwab
epo/ instead of >> svn://svn.savannah.gnu.org/. You can use --rewrite-root to fix that. > > I believe I have changed the svn URL. The output of "git svn info": You need to rerun the conversion to change the metadata. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key

Re: please migrate to git

2018-11-25 Thread Andreas Schwab
e are duplicates. All branches should be moved out of refs/heads/bare/* into refs/heads/*. The metadata uses svn://127.0.0.1/svn_repo/ instead of svn://svn.savannah.gnu.org/. You can use --rewrite-root to fix that. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

makeinfo --html mishandles @enumerate with argument

2017-04-13 Thread Andreas Schwab
$ cat enum.texi \input texinfo @setfilename enum.info @node Top @top Enumerate @enumerate 0 @item Item 0 @end enumerate @enumerate a @item Item a @end enumerate @bye $ makeinfo --html enum.texi $ grep ' This is a regression from texinfo 4.13: $ grep ' Andreas. -- Andreas Sc

Re: texinfo-6.1.90 pretest

2016-08-14 Thread Andreas Schwab
On Aug 14 2016, Gavin Smith wrote: > The error that the other server returned was: > 451 Please try again later That looks like greylisting. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now fo

Re: Remove dependency of getdelim on realloc-posix

2016-08-13 Thread Andreas Schwab
On Aug 13 2016, Gavin Smith wrote: > +2016-08-13 Gavin Smith > + > + * modules/getdelim: Remove dependency on realloc-posix. > + * lib/getdelim.c (getdelim): Set errno to ENOENT if realloc failed, s/ENOENT/ENOMEM/ Andreas. -- Andreas Schwab, sch...@linux-m68k

Re: Fwd: REVIEW REQUEST - user manual generation

2016-06-03 Thread Andreas Schwab
s are within > backquotes. The latter is no longer an issue if you switch to $(). Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: texi2dvi: fix support for whitespace in working directory

2016-04-27 Thread Andreas Schwab
Mattias Andrée writes: > Have you tested it with bash 4.3.42 as sh It doesn't matter. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: texi2dvi: fix support for whitespace in working directory

2016-04-27 Thread Andreas Schwab
Mattias Andrée writes: > On Wed, 27 Apr 2016 12:38:17 +0200 > Andreas Schwab wrote: > >> Mattias Andrée writes: >> >> > It creates splits the path at white space, and trys >> >> Neither case nor assignments do word splitting. >> >> >

Re: texi2dvi: fix support for whitespace in working directory

2016-04-27 Thread Andreas Schwab
x27;t change that. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: texi2dvi: fix support for whitespace in working directory

2016-04-27 Thread Andreas Schwab
s at it has to think hard about why the useless quotes are there. > and fixes an error, Which error? You didn't give any hints what this fixes. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: texinfo-6.0.91 pretest

2016-01-02 Thread Andreas Schwab
Gavin Smith writes: > I don't see why it's a problem. Anything that is installed but unused is bad. > Installing it in some other directory wouldn't help either. No, you never run make install in that directory. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG K

Re: texinfo-6.0.91 pretest

2016-01-02 Thread Andreas Schwab
Gavin Smith writes: > I wonder what's gone wrong. The (unexecuted) AC_SUBST in gl_CONFIGMAKE_PREP overrides automake's definition. A bad gnulib bug. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5

Re: texinfo-6.0.91 pretest

2016-01-02 Thread Andreas Schwab
nstalled libtool library is only built as a convenience library. > On my system, the size of the installed TestXS files is about 9 > kilobytes - I don't expect this to be a problem. Why not put it into its own isolated directory? After all, it has nothing whatsoever to do with the functio

Re: texinfo-6.0.91 pretest

2016-01-02 Thread Andreas Schwab
tp/Makefile.am uses @pkglibexecdir@, but pkglibexecdir is never AC_SUBSTed (it is only set if either mbrtowc or wcwidth are unavailable or must be replaced). Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And no

Re: texinfo-6.0.90 pretest

2015-12-22 Thread Andreas Schwab
Is the TextXS modules supposed to be installed? AFAICS it isn't referenced by anything else that is installed. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: bug#13965: info.info conflict between emacs and texinfo

2015-10-18 Thread Andreas Schwab
gs.gnu.org/14064#33). Obviously it's your decision. Two packages fighting for the same file is bad. Each time one package is installed the other one is overwritten. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: info.info conflict between emacs and texinfo

2015-10-15 Thread Andreas Schwab
ll the same to > me. Whatever everyone will be satisfied with ... This is still not resolved. Having it installed by different packages is bad since you get a file conflict. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B

Re: texi2dvi is a bash script, not a Bourne shell script

2015-07-01 Thread Andreas Schwab
" will assign "foo" to foo if > local doesn't exist, but in fact all it does is print an error > message, and leave foo as was. What's the point of this anyway? Why not just remove all uses of local if it's expected to do nothing? Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: Command names in index of Texinfo manual

2015-02-06 Thread Andreas Schwab
Eli Zaretskii writes: > Then I don't understand what you are saying. There's an index entry > that reads "c (comment)", and it will be an exact match for "c". How is that an exact match? It is a prefix match. Andreas. -- Andreas Schwab, sch...@linux-m68k

Re: Command names in index of Texinfo manual

2015-02-06 Thread Andreas Schwab
Eli Zaretskii writes: >> From: Andreas Schwab >> Cc: Gavin Smith , bug-texinfo@gnu.org >> Date: Fri, 06 Feb 2015 18:20:06 +0100 >> >> Eli Zaretskii writes: >> >> > How about if the 'i' command puts first in the list of candidates the

Re: Command names in index of Texinfo manual

2015-02-06 Thread Andreas Schwab
completions. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: Command names in index of Texinfo manual

2015-02-06 Thread Andreas Schwab
'c (comment)' and @w as 'w (prevent line break)'. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: Interaction between closing bracket, capital letter and full stop at end of sentence

2015-01-10 Thread Andreas Schwab
Gavin Smith writes: > We should probably follow what TeX does in such circumstances. Does anyone > know? Plain TeX sets \sfcode`\)=0 \sfcode`\'=0 \sfcode`\]=0, which makes these three characters transparent wrt. the spacefactor. Andreas. -- Andreas Schwab, sch...@linux-m68k.

Re: Displaying characters in user's locale

2014-02-02 Thread Andreas Schwab
_langinfo(CODESET) returns the name of the locale's character encoding. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: Standalone 'info' should recode into display's encoding

2013-12-31 Thread Andreas Schwab
I characters in manuals. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: Standalone 'info' should recode into display's encoding

2013-12-31 Thread Andreas Schwab
Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: texinfo 5.2 dist creates directories that are 777

2013-11-16 Thread Andreas Schwab
arn...@skeeve.com writes: >> Aharon Robbins writes: >> >> > Something's messed up somewhere. Ubuntu 12.04: >> > >> >$ umask 022 >> >$ tar -xpzf /usr/local/src/Gnu/texinfo-5.2.tar.gz > > Andreas Schwab wrote: >> You exp

Re: texinfo 5.2 dist creates directories that are 777

2013-11-15 Thread Andreas Schwab
Aharon Robbins writes: > Something's messed up somewhere. Ubuntu 12.04: > > $ umask 022 > $ tar -xpzf /usr/local/src/Gnu/texinfo-5.2.tar.gz You explicitly told tar to ignore umask. No surprise. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key finger

[bug #39547] "info gcc" shows gccgo manual

2013-07-22 Thread Andreas Schwab
Follow-up Comment #1, bug #39547 (project texinfo): What matters are the contents of /usr/share/info/dir. If there is no menu entry for "gcc" then the first prefix match is used. ___ Reply to this item at:

Re: bug#13965: info.info conflict between emacs and texinfo

2013-04-01 Thread Andreas Schwab
ode. +@node GNU Free Documentation License +@appendix GNU Free Documentation License +@include doclicense.texi + @node Index @unnumbered Index Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

info.info conflict between emacs and texinfo

2013-03-15 Thread Andreas Schwab
Both emacs and texinfo install the info.info info file. This needs to be resolved. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: Bug#700354: info: segfault on tab completion on large terminals

2013-02-13 Thread Andreas Schwab
no garantee that input is zero-terminated. Once you run beyond endp you are in uncharted territory. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: [PATCH] install-info: fix memory leak

2013-01-06 Thread Andreas Schwab
k...@freefriends.org (Karl Berry) writes: > I couldn't see any reason why it was lacking in the .gz case The reason is quite obvious: the argument has never been allocated on the heap. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 0

bug: ignored text not empty

2013-01-05 Thread Andreas Schwab
Concept Index' in menu but not in sectioning You found a bug: ignored text not empty `tmp/ ' Additional informations: current: [text: tmp/ ] <- @item Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

[PATCH] install-info: fix memory leak

2013-01-05 Thread Andreas Schwab
2013-01-05 Andreas Schwab * install-info/install-info.c (open_possibly_compressed_file): Fix memory leak. --- install-info/install-info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/install-info/install-info.c b/install-info/install-info.c index 0a657da..28204a2 100644

Re: some more itching msgids

2012-12-30 Thread Andreas Schwab
k...@freefriends.org (Karl Berry) writes: > > msgid "tex4ht error opening %s: %s" > > Based on your description, how about: > tex4ht.pm failed to open %s: %s GNU standard would be: tex4ht.pm:%s: cannot open: %s Andreas. -- Andreas Schwab, sch...@linux-m68

Re: texinfo-4.13.91 pretest available

2012-12-23 Thread Andreas Schwab
Eli Zaretskii writes: > For my education: isn't $host the machine on which the package is > compiled, No, that's $build, obviously. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for

Re: texinfo-4.13.91 pretest available

2012-12-22 Thread Andreas Schwab
k...@freefriends.org (Karl Berry) writes: > Did I use an incorrect variable? > > I don't know. Sorry. I trust someone else can help. $target has no use in anything but a compiler. Everyone else should look at $host only. Andreas. -- Andreas Schwab, sch...@linux-m6

Re: texinfo-4.13.91 - undetected curses

2012-12-02 Thread Andreas Schwab
es curses termlib termcap terminfo" > for termlib in ${TERMLIB_VARIANTS}; do > AC_CHECK_LIB(${termlib}, tgetent, > [TERMLIBS="${TERMLIBS} -l${termlib}"; break]) > done Nowadays it should look for -ltinfo first; info doesn't use anything from the curses API anyway.

Re: segfault in info from CVS when pressing h

2012-07-14 Thread Andreas Schwab
here for me, on x86_64-linux (but not i386-linux). > It is not immediately obvious to me where the problem is :(. It's the classic bug of using a va_list after being destroyed. Andreas. 2012-07-14 Andreas Schwab * info/info-utils.c (text_buffer_vprintf): Create a copy of AP i

[PATCH] texinfo.tex: remove reference to undefined macro \p

2012-05-16 Thread Andreas Schwab
\skipspaces uses the macro \p which is never defined. While I think this was really meant to compare \PP with \space, it serves no purpose, since TeX already skips spaces when collecting undelimited arguments. Andreas. 2012-05-16 Andreas Schwab * doc/texinfo.tex (\skipspaces

Re: Direct-hit help on specific commands with Info

2008-12-20 Thread Andreas Schwab
entry section is supposed to be copied (by install-info) to the info dir file on installation. Andreas. -- Andreas Schwab, SuSE Labs, sch...@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: Indices in Info.

2003-06-24 Thread Andreas Schwab
em with that is that the info format does not have a way to quote special characters, so you will always come up with cases that fail. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5

Re: texinfo-start-menu-description regex problem

2002-03-08 Thread Andreas Schwab
he patch. I just wanted to let you know since [EMAIL PROTECTED] is listed as the maintainer. Should this be changed? Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276

Re: texinfo-start-menu-description regex problem

2002-03-01 Thread Andreas Schwab
; "\\(^@ifnottex[ ]*\n\\)" ; ifnottex line, if any |> ! ; "\\)?" ; end of expression |> "\\)?") |> nil t) |>(progn Thanks for your report. I'm forwarding it to the t

Texinfo 4.0f: texi2dvi --verbose broken

2002-02-13 Thread Andreas Schwab
This fixes the verbose mode of texi2dvi. Andreas. 2002-02-13 Andreas Schwab <[EMAIL PROTECTED]> * util/texi2dvi: Fix verbose message to not reference variable before set. --- texinfo-4.0f/util/texi2dvi.~1~ Thu Jun 7 20:43:25 2001 +++ texinfo-4.0f/util/texi2dv

Re: texinfo + underscore in node names

1999-11-30 Thread Andreas Schwab
"Michael Wiedmann" <[EMAIL PROTECTED]> writes: |> Andreas Schwab wrote: |> |> > Please try this patch: |> |> Thanks for your help! |> I tried your patch and built my small 'sample.texi' document again |> (the same which I submitted together

Re: texinfo + underscore in node names

1999-11-30 Thread Andreas Schwab
reas, perhaps you could have a look if you have |> time. Please try this patch: 1999-11-30 Andreas Schwab <[EMAIL PROTECTED]> * doc/texinfo.tex (\xrefX): Turn off active characters when writing out the link name for pdf. --- texinfo.tex.~1~ Sat Sep 25 16:31:2