我从vgoulet.act.ulaval.ca/en/emacs/下载了一个修改过的Emacs,我不确定是否应该责怪,但每当输入错误或滚动到emacs中的最后一个时,它显示一个像这样的黄色大感叹号。怎么搭这个?非常感谢。 screenshot of this mark
答案 0 :(得分:4)
尝试将from matplotlib.figure import Figure
def graphic(request):
# other code goes here
fig=Figure()
fig1=fig.add_subplot(1,1,1)
fig1.pie((pie,labels=pie.keys(), explode= (0,.15,0,0), startangle=90, autopct=make_autopct(pie)))
fig.savefig(filename)
return filename
变量设置为visible-bell
或将nil
变量设置为ring-bell-function
。如,
'ignore