运行八度功能打印命令名称行

时间:2017-05-30 16:52:37

标签: emacs octave

基本上我在Emacs 25.2.1中运行Octave 4.2.1都在macOS Sierra的iTerm2中运行,每次运行一个函数(任何函数)时,都会在答案前打印一个看起来像命令名的列表。我试着查看是否已经回答,但是我在搜索中描述输出列表时遇到了麻烦。这是函数命令:

octave> f(3)

其中f声明为:

octave> function y = f(x)
>y = x + 10;
>endfunction

,输出为:

yes_or_no
ylabel
ylim
yulewalker
x
xlabel
xlim
xor
end
end_try_catch
end_unwind_protect
endfor
endfunction
endgrent
endif
endparfor
endpwent
endswitch
endwhile
endfunction
endfunction
ans =  13

我尝试在每一行的末尾放置分号(因为我不确定这是否是可以用分号沉默的函数输出),但这并没有成功。

编辑:我也试过关掉日记,因为我不确定日记是什么。毋庸置疑,没有成功。

让我知道如何阻止此输出。如果由于我没有搜索我的解决方案的词汇,这是一个重复,显然只需标记它,我将按照链接。

谢谢!

0 个答案:

没有答案