LINUX.ORG.RU

emacs

 


0

1

Всем удачи.... Подскажите пожалуйста: когда в терминале набираю info bash, то появляется то,что надо. можно ли то же самое найти в emacs? в emacs С-h i и там всего много... там есть это? как найти? спасибо


А тебе что надо? C-h i, он же M-x info равносилен просто запуску info в консоли. Покажет всё, если можешь навигацию, осилишь. Прошёл C-h t, который emacs tutorial? Читай вики и пользуйся командами из C-h ?. Вот там как раз info-документ емакса открывается на C-h r.

r Display the Emacs manual in Info mode.

Только его в системе у тебя может и не быть. Поставь пакет.

anonymous
()
Ответ на: комментарий от anonymous

после M-x info и C-h i всё нормально

File: dir,	Node: Top	This is the top of the INFO tree

  This (the Directory node) gives a menu of major topics.
  Typing "q" exits, "H" lists all Info commands, "d" returns here,
  "h" gives a primer for first-timers,
  "mEmacs<Return>" visits the Emacs manual, etc.

  In Emacs, you can click mouse button 2 on a menu item or cross reference
  to select it.

* Menu:

Basics
* Common options: (coreutils)Common options.
* Coreutils: (coreutils).       Core GNU (file, text, shell) utilities.
* Date input formats: (coreutils)Date input formats.
* File permissions: (coreutils)File permissions.
                                Access modes.
* Finding files: (find).        Operating on files matching certain criteria.

Compression
* Gzip: (gzip).                 General (de)compression of files (lzw).

Development
* SSIP: (ssip).                 Speech Synthesis Interface Protocol.
* Speech Dispatcher: (speech-dispatcher).
                                Speech Dispatcher.

Editors
* nano: (nano).                 Small and friendly text editor.

Emacs
* Emacs FAQ: (efaq).            Frequently Asked Questions about Emacs.

GNU organization
* Maintaining Findutils: (find-maint).
                                Maintaining GNU findutils
но здесь есть конкретно то, что выходит при наборе в обычном терминале info bash? потому что там так
BASH(1)                              General Commands Manual                              BASH(1)

NAME
       bash - GNU Bourne-Again SHell

SYNOPSIS
       bash [options] [command_string | file]

COPYRIGHT
       Bash is Copyright (C) 1989-2016 by the Free Software Foundation, Inc.

DESCRIPTION
       Bash is an sh-compatible command language interpreter that executes commands read from the
       standard input or from a file.  Bash also incorporates useful features from the Korn and C
       shells (ksh and csh).

       Bash  is  intended to be a conformant implementation of the Shell and Utilities portion of
       the IEEE POSIX specification (IEEE Standard 1003.1).  Bash can be configured to be  POSIX-
       conformant by default.

OPTIONS
       All of the single-character shell options documented in the description of the set builtin
       command can be used as options when the shell is invoked.  In  addition,  bash  interprets
       the following options when it is invoked:

       -c        If  the  -c  option is present, then commands are read from the first non-option
                 argument command_string.  If there are arguments after the  command_string,  the
                 first argument is assigned to $0 and any remaining arguments are assigned to the
                 positional parameters.  The assignment to $0 sets the name of the  shell,  which
                 is used in warning and error messages.
       -i        If the -i option is present, the shell is interactive.
       -l        Make bash act as if it had been invoked as a login shell (see INVOCATION below).
       -r        If  the -r option is present, the shell becomes restricted (see RESTRICTED SHELL
                 below).
       -s        If the -s option is present, or if no arguments remain after option  processing,
                 then  commands  are  read from the standard input.  This option allows the posi‐
                 tional parameters to be set when invoking an interactive shell.
и ещё если можно маленький вопрос в добавок: есть мануал по elisp тут

в emacs есть такая штука?

thakur
() автор топика
Ответ на: комментарий от thakur

Там man-страница, а не info-документ. Их читают программой man или M-x man (или M-x woman). Такая штука вроде должна поставляться как info-документ, поставишь — найдёшь. Вместе с документацией на емакс. В debian sid пакетик называется emacs-common-non-dfsg, должен в non-free вроде лежать. Если надо по-быстрому поискать документацию на символ, делай C-h f или C-h o.

anonymous
()
Ответ на: комментарий от anonymous

Их читают программой man или M-x man (или M-x woman)

спасибо...нашёл. она есть.

просто набираешь M-x... man... потом то что нужно

thakur
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.